hydrated_bloc_integration 9.0.0-rc1
hydrated_bloc_integration: ^9.0.0-rc1 copied to clipboard
An extension to the bloc state management library which automatically persists and restores bloc states.
We analyzed this package 21 hours ago, and awarded it 150 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
125 out of 137 API elements (91.2 %) have documentation comments.
Some symbols that are missing documentation: hydrated_bloc.BlocEventSink.BlocEventSink.new, hydrated_bloc.BlocOverrides.BlocOverrides.new, hydrated_bloc.Closable.Closable.new, hydrated_bloc.Emittable.Emittable.new, hydrated_bloc.Emitter.Emitter.new.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:hydrated_bloc_integration/hydrated_bloc_integration.dartthat imports:package:hydrated_bloc_integration/src/hydrated_storage.dartthat imports:dart:io
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.0 |
8.1.4 | 9.2.0 | |
hive |
^2.0.0 |
2.2.3 | 2.2.3 | |
meta |
^1.3.0 |
1.17.0 | 1.17.0 | |
synchronized |
^3.0.0 |
3.4.0 | 3.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
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 `^8.1.0` on bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions 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, Dart 3.10.7.
Check the analysis log for details.