duskmoon_form 1.0.3
duskmoon_form: ^1.0.3 copied to clipboard
Form state management and adaptive form widgets for DuskMoon Design System
We analyzed this package 32 hours ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/duskmoon-dev/flutter_duskmoon_ui was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/duskmoon-dev/flutter_duskmoon_ui was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/duskmoon-dev/flutter_duskmoon_ui/issues was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.3").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
925 out of 1400 API elements (66.1 %) have documentation comments.
Some symbols that are missing documentation: duskmoon_form.BlocChildBuilder, duskmoon_form.BlocEventSink.BlocEventSink.new, duskmoon_form.BooleanFieldBlocState, duskmoon_form.BooleanFieldBlocState.BooleanFieldBlocState.new, duskmoon_form.CheckboxFieldTheme.CheckboxFieldTheme.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/blocs/boolean_field/boolean_field_bloc.dart:6:26
╷
6 │ /// ## BooleanFieldBloc<ExtraData>
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/blocs/boolean_field/boolean_field_bloc.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/blocs/input_field/input_field_bloc.dart:6:24
╷
6 │ /// ## InputFieldBloc<Value, ExtraData>
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/blocs/input_field/input_field_bloc.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
^9.0.0 |
9.2.0 | 9.2.0 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
duskmoon_theme |
^1.0.3 |
1.0.3 | 1.0.3 | |
duskmoon_widgets |
^1.0.3 |
1.0.3 | 1.0.3 | |
equatable |
^2.0.7 |
2.0.8 | 2.0.8 | |
flutter_bloc |
^9.0.0 |
9.1.1 | 9.1.1 | |
flutter_keyboard_visibility |
^6.0.0 |
6.0.0 | 6.0.0 | |
intl |
^0.20.0 |
0.20.2 | 0.20.2 | |
meta |
^1.12.0 |
1.17.0 | 1.18.2 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
uuid |
^4.4.0 |
4.5.3 | 4.5.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_adaptive_scaffold |
- | 0.3.3+1 | 0.3.3+1 | Discontinued |
flutter_keyboard_visibility_linux |
- | 1.0.0 | 1.0.0 | |
flutter_keyboard_visibility_macos |
- | 1.0.0 | 1.0.0 | |
flutter_keyboard_visibility_platform_interface |
- | 2.0.0 | 2.0.0 | |
flutter_keyboard_visibility_web |
- | 2.0.0 | 2.0.0 | |
flutter_keyboard_visibility_windows |
- | 1.0.0 | 1.0.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.3.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.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.