form_bloc_allenlinli 0.36.1
form_bloc_allenlinli: ^0.36.1 copied to clipboard
Core package for form_bloc, providing form state management and validation.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
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.
10/10 points: 20% or more of the public API has dartdoc comments
239 out of 364 API elements (65.7 %) have documentation comments.
Some symbols that are missing documentation: form_bloc, form_bloc.BooleanFieldBlocState, form_bloc.BooleanFieldBlocState.BooleanFieldBlocState.new, form_bloc.FieldBloc.name, form_bloc.FieldBlocState.
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
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 dart 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 dart analyze lib/src/blocs/input_field/input_field_bloc.dart
0/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.15.0 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.3 |
2.0.8 | 2.0.8 | |
meta |
^1.7.0 |
1.18.2 | 1.18.2 | |
rxdart |
^0.27.3 |
0.27.7 | 0.28.0 | |
uuid |
^4.2.1 |
4.5.3 | 4.5.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.27.3` on rxdart does not support the stable version `0.28.0`.
Try running dart pub upgrade --major-versions rxdart to update the constraint.
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.11, Dart 3.11.2.
Check the analysis log for details.