flutter_fast_forms 18.1.0 copy "flutter_fast_forms: ^18.1.0" to clipboard
flutter_fast_forms: ^18.1.0 copied to clipboard

Flutter Fast Forms is the only Dart package you need to build Flutter forms fast.

90/ 160
pub points
194
downloads

We analyzed this package 4 days ago, and awarded it 90 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 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.2 1.1.2
collection - 1.19.1 1.19.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.19.0
path - 1.9.1 1.9.1
vector_math - 2.2.0 2.4.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.14, Flutter 3.44.4, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
91
likes
90
points
194
downloads

Documentation

API reference

Publisher

verified publisherudos86.de

Weekly Downloads

Flutter Fast Forms is the only Dart package you need to build Flutter forms fast.

Repository (GitHub)
View/report issues

Topics

#form

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on flutter_fast_forms