flex_form 0.0.2+1 copy "flex_form: ^0.0.2+1" to clipboard
flex_form: ^0.0.2+1 copied to clipboard

Flex Form streamlines form development of all complexities by removing all of the mundane work in setting up a form and replacing that with form configurations and custom extensions based on the requi [...]

130/ 160
pub points
7
downloads

We analyzed this package 22 hours ago, and awarded it 130 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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: BSD-3-Clause.

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

110 out of 266 API elements (41.4 %) have documentation comments.

Some symbols that are missing documentation: flex_form, flex_form.FormBloc.FormBloc.new, flex_form.FormBlocState.FormBlocState.new, flex_form.FormBlocState.canRebuild, flex_form.FormBlocState.canSubmit.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: Angle brackets will be interpreted as HTML.

lib/src/form_bloc.dart:66:10

   ╷
66 │   /// Map<FormFieldId, dynamic>? inputMap.
   │          ^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/form_bloc.dart

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/src/text_input_theme.dart:67:47

   ╷
67 │         theme.inputDecorationTheme.fillColor!.withOpacity(0.3);
   │                                               ^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/text_input_theme.dart

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

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
bloc ^8.1.4 8.1.4 9.2.0
bloc_concurrency ^0.2.5 0.2.5 0.3.0
collection ^1.18.0 1.19.1 1.19.1
equatable ^2.0.5 2.0.8 2.0.8
flutter_bloc ^8.1.6 8.1.6 9.1.1
freezed_annotation ^2.4.4 2.4.4 3.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
json_annotation - 4.11.0 4.11.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
nested - 1.0.0 1.0.0
provider - 6.1.5+1 6.1.5+1
stream_transform - 2.1.1 2.1.1
vector_math - 2.2.0 2.2.0

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

Found 4 issues. Showing the first 2:

The constraint `^8.1.4` on bloc does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions bloc to update the constraint.

The constraint `^0.2.5` on bloc_concurrency does not support the stable version `0.3.0`.

Try running dart pub upgrade --major-versions bloc_concurrency to update the constraint.

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.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
130
points
7
downloads

Publisher

verified publisherottobookings.com

Weekly Downloads

Flex Form streamlines form development of all complexities by removing all of the mundane work in setting up a form and replacing that with form configurations and custom extensions based on the requirements of each form.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bloc, bloc_concurrency, collection, equatable, flutter, flutter_bloc, freezed_annotation

More

Packages that depend on flex_form