garnish_ui 0.5.2
garnish_ui: ^0.5.2 copied to clipboard
A premium, brand-agnostic Flutter UI component library with built-in animations, 5 visual style categories, fully customizable theming, and 40+ accessible components.
We analyzed this package 3 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://bitbucket.org/ehudm/garnish-ui was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://bitbucket.org/ehudm/garnish-ui/issues was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.5.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
1680 out of 1684 API elements (99.8 %) have documentation comments.
Some symbols that are missing documentation: garnish_ui.GarnishAnimationController.GarnishAnimationController.new, garnish_ui.GarnishFormController.GarnishFormController.new, garnish_ui.GarnishLoadingController.GarnishLoadingController.new, garnish_ui.InteractionState.InteractionState.new.
0/10 points: Package has an example and has no issues with screenshots
Found 4 issues. Showing the first 2:
-
/tmp/pana_JEZVYD/./screenshots/showcase.png: Tried interpreting screenshot as WebP withwebpinfo "/tmp/pana_JEZVYD/./screenshots/showcase.png"failed with exit code 2. -
/tmp/pana_JEZVYD/./screenshots/showcase.png: Converting screenshot withcwebp "/tmp/pana_JEZVYD/./screenshots/showcase.png" -o "/tmp/ZQYVJL/gen/screenshots/showcase.webp"failed with exit code 255.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
WARNING: The left operand can't be null, so the right operand is never executed.
lib/src/components/display/charts/garnish_graph.dart:315:75
╷
315 │ final radius = (style.borderRadius?.topLeft.x ?? theme.radii.xs) ?? 4;
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/display/charts/garnish_graph.dart
INFO: Use 'const' with the constructor to improve performance.
lib/src/animation/garnish_animation.dart:130:15
╷
130 │ config: GarnishAnimationConfig(),
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/animation/garnish_animation.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
vector_math |
- | 2.4.3 | 2.4.3 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.