forme_base_fields 2.3.1
forme_base_fields: ^2.3.1 copied to clipboard
base fields for Forme
We analyzed this package 3 days ago, and awarded it 70 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: forme_base_fields
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: forme_base_fields
.
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
.
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 62 out of 321 API elements (19.3 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 163 issues. Showing the first 2:
ERROR: Undefined class 'FormeFieldInitialed'.
lib/field/cupertino/forme_cupertino_date_field.dart:102:5
╷
102 │ FormeFieldInitialed<DateTime?>? onInitialed,
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/field/cupertino/forme_cupertino_date_field.dart
ERROR: Undefined class 'FormeFieldValueUpdater'.
lib/field/cupertino/forme_cupertino_date_field.dart:108:5
╷
108 │ FormeFieldValueUpdater<DateTime?>? valueUpdater,
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/field/cupertino/forme_cupertino_date_field.dart
10/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 |
forme |
^4.2.0 |
4.3.1+1 | 4.3.1+1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.17.2 | 1.18.0 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
meta |
- | 1.9.1 | 1.10.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.1.4-beta | 0.2.2-beta |
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
Analysed with Pana 0.21.37
, Flutter 3.13.5
, Dart 3.1.2
.