tailwindcss_build 0.4.9
tailwindcss_build: ^0.4.9 copied to clipboard
A comprehensive Flutter package that brings the power and convenience of Tailwind CSS utility classes to Flutter development.
We analyzed this package 27 hours ago, and awarded it 60 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting tailwindcss_build...
Discovering libraries...
Linking elements...
Precaching local docs for 653185 elements...
Initialized dartdoc with 802 libraries
Generating docs for library tailwindcss_build.dart from package:tailwindcss_build/tailwindcss_build.dart...
Generating docs for library colors.dart from package:tailwindcss_build/colors.dart...
Generating docs for library button_extensions.dart from package:tailwindcss_build/button_extensions.dart...
Generating docs for library flex_builder.dart from package:tailwindcss_build/flex_builder.dart...
Generating docs for library container_builder.dart from package:tailwindcss_build/container_builder.dart...
[6 more lines]
ERR:
error: file already written at "container_builder/ContainerBuilder/transformAlignment.html"
for symbol container_builder.ContainerBuilder.transformAlignment: (file:///tmp/pana_BPIGMW/lib/container_builder.dart:505:20)
conflicting with file already generated by container_builder.ContainerBuilder.transformAlignment: (file:///tmp/pana_BPIGMW/lib/container_builder.dart:442:20)
Dartdoc generates a path and filename to write to for each symbol.
'container_builder.ContainerBuilder.transformAlignment' conflicts with
another symbol in the generated path, and therefore can not be written
out. Changing the name, library name, or class name (if appropriate) of
one of the conflicting items can resolve the conflict. Alternatively,
use the @nodoc directive in one symbol's documentation comment to hide
it.
[9 more lines]
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 65 issues. Showing the first 2:
ERROR: The name 'transformAlignment' is already defined.
lib/container_builder.dart:505:20
╷
505 │ ContainerBuilder transformAlignment(AlignmentGeometry alignment) {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/container_builder.dart
ERROR: The named parameter 'fit' isn't defined.
lib/container_builder.dart:2530:9
╷
2530 │ fit: _backgroundSize,
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/container_builder.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
vector_math |
^2.1.4 |
2.2.0 | 2.2.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 52 errors:
DUPLICATE_DEFINITION-lib/container_builder.dart:505:20- The name 'transformAlignment' is already defined.UNDEFINED_NAMED_PARAMETER-lib/container_builder.dart:2530:9- The named parameter 'fit' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/container_builder.dart:2531:9- The named parameter 'alignment' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.