bloc_superpowers 1.0.2
bloc_superpowers: ^1.0.2 copied to clipboard
Superpowers for your Cubits: Loading and error states, retry, check-internet, debounce, throttle, non-reentrant, fresh, sequential, effects, optimistic functions.
We analyzed this package 16 hours 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
293 out of 343 API elements (85.4 %) have documentation comments.
Some symbols that are missing documentation: bloc_superpowers, bloc_superpowers.AbortException.AbortException.new, bloc_superpowers.CheckInternetConfig.CheckInternetConfig.new, bloc_superpowers.CheckInternetConfig.call, bloc_superpowers.CheckInternetContext.CheckInternetContext.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
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:bloc_superpowers/bloc_superpowers.dartthat imports:package:bloc_superpowers/src/mix_preset.dartthat imports:package:bloc_superpowers/src/mix.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:bloc_superpowers/bloc_superpowers.dartthat imports:package:bloc_superpowers/src/mix_preset.dartthat imports:package:bloc_superpowers/src/mix.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Windows`.
Because:
package:bloc_superpowers/bloc_superpowers.dartthat imports:package:bloc_superpowers/src/mix_preset.dartthat imports:package:bloc_superpowers/src/mix.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `macOS`.
Because:
package:bloc_superpowers/bloc_superpowers.dartthat imports:package:bloc_superpowers/src/mix_preset.dartthat imports:package:bloc_superpowers/src/mix.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/effect.dart:141:9
╷
141 │ return (false as T);
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/effect.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/effect.dart:147:9
╷
147 │ return null;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/effect.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
^9.2.0 |
9.2.0 | 9.2.0 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
connectivity_plus |
>=6.0.3 <8.0.0 |
7.0.0 | 7.0.0 | |
fast_immutable_collections |
^11.1.0 |
11.1.0 | 11.1.0 | |
i18n_extension_core |
^5.0.2 |
5.0.2 | 5.0.2 | |
meta |
^1.16.0 |
1.17.0 | 1.18.1 | |
provider |
^6.1.5+1 |
6.1.5+1 | 6.1.5+1 | |
serverpod_serialization |
^3.2.3 |
3.2.3 | 3.2.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dbus |
- | 0.7.11 | 0.7.11 | |
ffi |
- | 2.1.5 | 2.1.5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.2 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.