flutter_fast_forms 18.1.0
flutter_fast_forms: ^18.1.0 copied to clipboard
Flutter Fast Forms is the only Dart package you need to build Flutter forms fast.
We analyzed this package 24 hours ago, and awarded it 90 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.
10/10 points: 20% or more of the public API has dartdoc comments
239 out of 790 API elements (30.3 %) have documentation comments.
Some symbols that are missing documentation: flutter_fast_forms, flutter_fast_forms.ErrorTextBuilder, flutter_fast_forms.ErrorTextBuilderWithConstraint, flutter_fast_forms.FastAutocomplete.FastAutocomplete.new, flutter_fast_forms.FastAutocomplete.displayStringForOption.
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 10 issues. Showing the first 2:
ERROR: The argument type 'Locale?' can't be assigned to the parameter type 'String?'.
lib/src/date_time/date_picker.dart:183:49
╷
183 │ final format = intl.DateFormat.yMMMMEEEEd(locale);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/date_time/date_picker.dart
ERROR: The argument type 'Locale?' can't be assigned to the parameter type 'String?'.
lib/src/date_time/date_picker.dart:187:21
╷
187 │ return format(locale);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/date_time/date_picker.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
intl |
^0.20.2 |
0.20.3 | 0.20.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.4.2 | 2.4.2 |
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.