popsicle 2.1.1
popsicle: ^2.1.1 copied to clipboard
Compact Flutter state management with scoped DI, reactive values, Stores, effects, undo/redo history, streams, and composable async state.
We analyzed this package 9 days ago, and awarded it 145 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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 ("2.1.1").
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
101 out of 153 API elements (66.0 %) have documentation comments.
Some symbols that are missing documentation: popsicle, popsicle.Async.combine2, popsicle.Async.combine3, popsicle.Async.combine4, popsicle.AsyncState.AsyncState.data.
10/10 points: Package has an example and has no issues with screenshots
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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: The type parameter name 'State' matches a visible type name.
lib/src/api/flutter_api.dart:48:73
╷
48 │ static StoreHandle<StoreT, State> create<StoreT extends Store<State>, State>(
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/api/flutter_api.dart
INFO: The type parameter name 'State' matches a visible type name.
lib/src/api/flutter_api.dart:130:53
╷
130 │ class PopsicleConsumer<StoreT extends Store<State>, State>
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/api/flutter_api.dart
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 | |
meta |
^1.9.0 |
1.19.0 | 1.19.0 | |
stack_trace |
^1.10.0 |
1.12.2 | 1.12.2 | |
state_notifier |
>=0.7.2 <2.0.0 |
1.0.0 | 1.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.4.2 | 2.4.2 |
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.