state_helpers 0.1.0
state_helpers: ^0.1.0 copied to clipboard
Contains utility function and classes to help utilize state management more efficiently. 1. Creating and handling StatefulWidgets more elegantly. 2. Helpers for Bloc management system. 3. Helper scope [...]
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting state_helpers... Discovering libraries... Linking elements... Precaching local docs for 649939 elements... Initialized dartdoc with 819 libraries Generating docs for library stateful/text_field_state.dart from package:state_helpers/stateful/text_field_state.dart... Generating docs for library stateful/state_mixin.dart from package:state_helpers/stateful/state_mixin.dart... Generating docs for library state_helpers.dart from package:state_helpers/state_helpers.dart... Generating docs for library bloc/bloc_helpers.dart from package:state_helpers/bloc/bloc_helpers.dart... Generating docs for library extensions/nullable_extensions.dart from package:state_helpers/extensions/nullable_extensions.dart... [2 more lines] ERR: warning: state_helpers has no library level documentation comments from state_helpers: (file:///tmp/pana_BLGWIR/lib/stateful/state_mixin.dart:1:1) warning: state_helpers has no library level documentation comments from state_helpers: (file:///tmp/pana_BLGWIR/lib/state_helpers.dart:1:1) error: file already written at "state_helpers/index.html" for symbol state_helpers: (file:///tmp/pana_BLGWIR/lib/state_helpers.dart:1:1) conflicting with file already generated by state_helpers: (file:///tmp/pana_BLGWIR/lib/stateful/state_mixin.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'state_helpers' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [18 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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
^8.1.4 |
8.1.4 | 9.2.0 | |
flutter_bloc |
^8.1.5 |
8.1.6 | 9.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.1.4` on bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions bloc to update the constraint.
The constraint `^8.1.5` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc 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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.