formaster 0.3.0
formaster: ^0.3.0 copied to clipboard
Kit for create complex form
We analyzed this package 19 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting formaster... Discovering libraries... Linking elements... Precaching local docs for 649262 elements... Initialized dartdoc with 805 libraries Generating docs for library form.dart from package:formaster/form.dart... Generating docs for library field/input.dart from package:formaster/field/input.dart... Generating docs for library field/choice.dart from package:formaster/field/choice.dart... Generating docs for library field/bool.dart from package:formaster/field/bool.dart... Generating docs for library field/dropdown.dart from package:formaster/field/dropdown.dart... [4 more lines] ERR: warning: formaster has no library level documentation comments from formaster: (file:///tmp/pana_JAYIFI/lib/form.dart:1:1) warning: flutter_easy_form has no library level documentation comments from flutter_easy_form: (file:///tmp/pana_JAYIFI/lib/field/input.dart:1:1) warning: flutter_easy_form has no library level documentation comments from flutter_easy_form: (file:///tmp/pana_JAYIFI/lib/field/choice.dart:1:1) error: file already written at "flutter_easy_form/index.html" for symbol flutter_easy_form: (file:///tmp/pana_JAYIFI/lib/field/choice.dart:1:1) conflicting with file already generated by flutter_easy_form: (file:///tmp/pana_JAYIFI/lib/field/input.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. [42 more lines]
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: This function has a nullable return type of 'String?', but ends without returning a value.
lib/field/input.dart:251:11
╷
251 │ String? validate(T? value) {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/field/input.dart
INFO: 'value' is deprecated and shouldn't be used. Use initialValue instead. This will set the initial value for the form field. This feature was deprecated after v3.33.0-1.0.pre.
lib/field/dropdown.dart:41:7
╷
41 │ value: _value,
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/field/dropdown.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
provider |
^6.0.0 |
6.1.5+1 | 6.1.5+1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.