flutter_dynamic_forms 1.0.0 copy "flutter_dynamic_forms: ^1.0.0" to clipboard
flutter_dynamic_forms: ^1.0.0 copied to clipboard

A flutter project providing infrastructure to render dynamic forms.

14
likes
120/ 140
pub points
45%
popularity

We analyzed this package 3 hours ago, and awarded it 120 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

14 out of 60 API elements (23.3 %) have documentation comments.

Some symbols that are missing documentation: flutter_dynamic_forms, flutter_dynamic_forms.ChangeMultipleValuesEvent, flutter_dynamic_forms.ChangeMultipleValuesEvent.ChangeMultipleValuesEvent, flutter_dynamic_forms.ChangeMultipleValuesEvent.changeValueEvents, flutter_dynamic_forms.ChangeValueEvent.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: The import of 'package:flutter_dynamic_forms/src/form_element_event_dispatcher.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter_dynamic_forms/flutter_dynamic_forms.dart'.

lib/src/form_render_service.dart:4:8

  ╷
4 │ import 'package:flutter_dynamic_forms/src/form_element_event_dispatcher.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The null check operator shouldn't be used on a variable whose type is a potentially nullable type parameter.

lib/src/widgets/form_renderer.dart:40:40

   ╷
40 │       _formManager = widget.formManager!;
   │                                        ^
   ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
dynamic_forms ^1.0.0 1.0.0 1.0.0
expression_language ^1.0.0 1.0.1 1.0.1
flutter flutter 0.0.0 0.0.0
meta ^1.3.0 1.11.0 1.15.0
provider ^5.0.0 5.0.0 6.1.2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
nested - 1.0.0 1.0.0
petitparser - 4.4.0 6.0.2
rational - 1.2.1 2.2.2
rxdart - 0.26.0 0.27.7
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
xml - 5.3.1 6.5.0

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

The constraint `^5.0.0` on provider does not support the stable version `6.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

14
likes
120
pub points
45%
popularity

Publisher

unverified uploader

A flutter project providing infrastructure to render dynamic forms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dynamic_forms, expression_language, flutter, meta, provider

More

Packages that depend on flutter_dynamic_forms