wo_form 1.3.2 copy "wo_form: ^1.3.2" to clipboard
wo_form: ^1.3.2 copied to clipboard

Easily create forms, and export/import them as json.

4
likes
130/ 160
pub points
242
downloads

We analyzed this package 2 days ago, and awarded it 130 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: GPL-3.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

235 out of 901 API elements (26.1 %) have documentation comments.

Some symbols that are missing documentation: wo_form.BooleanField, wo_form.BooleanField.BooleanField.new, wo_form.BooleanField.buildTile, wo_form.BooleanField.data, wo_form.BooleanFieldBuilder.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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

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

Found 86 issues. Showing the first 2:

WARNING: The annotation 'JsonKey.new' can only be used on fields or getters.

lib/src/model/ui_settings.dart:22:6

   ╷
22 │     @JsonKey(includeToJson: false, includeFromJson: false) Widget? secondary,
   │      ^^^^^^^
   ╵

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

WARNING: The annotation 'JsonKey.new' can only be used on fields or getters.

lib/src/model/ui_settings.dart:23:6

   ╷
23 │     @JsonKey(includeToJson: false, includeFromJson: false)
   │      ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/model/ui_settings.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
collection ^1.18.0 1.19.1 1.19.1
cross_file ^0.3.4+2 0.3.4+2 0.3.4+2
flutter_bloc ^9.0.0 9.1.1 9.1.1
freezed_annotation ^3.0.0 3.1.0 3.1.0
hydrated_bloc ^10.0.0 10.0.0 10.0.0
intl ^0.20.2 0.20.2 0.20.2
json_annotation ^4.9.0 4.9.0 4.9.0
phone_form_field ^10.0.2 10.0.8 10.0.8
popover ^0.3.0+1 0.3.1 0.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
bloc - 9.0.0 9.0.0
characters - 1.4.0 1.4.1
circle_flags - 5.0.0 5.0.0
clock - 1.1.2 1.1.2
crypto - 3.0.6 3.0.6
diacritic - 0.1.6 0.1.6
flutter_country_selector - 1.0.16 1.0.16
flutter_svg - 2.2.0 2.2.0
hive_ce - 2.11.3 2.11.3
http - 1.4.0 1.4.0
http_parser - 4.1.2 4.1.2
isolate_channel - 0.2.2+1 0.2.2+1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
petitparser - 6.1.0 7.0.0
phone_numbers_parser - 9.0.3 9.0.3
provider - 6.1.5 6.1.5
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.17 1.1.17
vector_math - 2.1.4 2.2.0
web - 1.1.1 1.1.1
xml - 6.5.0 6.6.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.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
130
points
242
downloads

Publisher

verified publisherwomotaq.com

Weekly Downloads

Easily create forms, and export/import them as json.

Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

ko-fi.com

License

GPL-3.0 (license)

Dependencies

collection, cross_file, flutter, flutter_bloc, freezed_annotation, hydrated_bloc, intl, json_annotation, phone_form_field, popover

More

Packages that depend on wo_form