flutter_design 0.0.12-pre+2
flutter_design: ^0.0.12-pre+2 copied to clipboard
A complete framework with tools to help you bootstrap your design system.
We analyzed this package 3 days ago, and awarded it 110 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://flutterdesign.io/
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
148 out of 247 API elements (59.9 %) have documentation comments.
Some symbols that are missing documentation: flutter_design
, ComponentBuilder
, ComponentParamBuilder
, DesignExample
, DesignParamPublisher
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: The variable name '_$$_SearchResultItemFromJson' isn't a lowerCamelCase identifier.
lib/src/models/searches.g.dart:9:21
╷
9 │ _$_SearchResultItem _$$_SearchResultItemFromJson(Map<String, dynamic> json) =>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/searches.g.dart
INFO: The variable name '_$$_SearchResultItemToJson' isn't a lowerCamelCase identifier.
lib/src/models/searches.g.dart:21:22
╷
21 │ Map<String, dynamic> _$$_SearchResultItemToJson(_$_SearchResultItem instance) =>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/searches.g.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_design_annotation |
^0.0.12-pre+2 |
0.0.12-pre+2 | 0.0.12-pre+2 |
freezed_annotation |
^1.1.0 |
1.1.0 | 2.4.1 |
json_annotation |
^4.4.0 |
4.8.1 | 4.8.1 |
recase |
^4.0.0 |
4.1.0 | 4.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.18.0 | 1.18.0 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
meta |
- | 1.10.0 | 1.11.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.3.0 | 0.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.1.0` on freezed_annotation does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analyzed with Pana 0.21.43
, Flutter 3.16.1
, Dart 3.2.1
.
Check the analysis log for details.