isolate_bloc 2.1.1
isolate_bloc: ^2.1.1 copied to clipboard
A dart package that helps implement the BLoC pattern. BLoC works in Isolate and don't slow down UI.
We analyzed this package 19 days ago, and awarded it 130 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
164 out of 179 API elements (91.6 %) have documentation comments.
Some symbols that are missing documentation: isolate_bloc, isolate_bloc.BlocUnhandledErrorException.BlocUnhandledErrorException.new, isolate_bloc.BlocUnregisteredException.BlocUnregisteredException.new, isolate_bloc.IIsolateFactory.IIsolateFactory.new, isolate_bloc.IIsolateWrapper.IIsolateWrapper.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:isolate_bloc/isolate_bloc.dartthat imports:package:isolate_bloc/src/flutter/multi_isolate_bloc_provider.dartthat imports:package:isolate_bloc/src/flutter/isolate_bloc_provider.dartthat imports:package:isolate_bloc/src/common/api_wrappers.dartthat imports:package:isolate_bloc/src/common/isolate/isolate_factory/combine_isolate_factory/combine_isolate_factory.dartthat imports:package:isolate_bloc/src/common/isolate/isolate_factory/combine_isolate_factory/combine_isolate_wrapper.dartthat imports:package:combine/combine.dartthat imports:package:combine/src/isolate_factory/native_isolate_factory.dartthat imports:package:combine/src/isolate_messenger/internal_isolate_messenger/native_internal_isolate_messenger.dartthat imports:dart:isolate
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 79 issues. Showing the first 2:
WARNING: Duplicate export.
lib/isolate_bloc.dart:12:8
╷
12 │ export 'src/common/isolate/isolate_factory/i_isolate_factory.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/isolate_bloc.dart
WARNING: The operand can't be 'null', so the condition is always 'false'.
lib/src/common/isolate/isolate_factory/combine_isolate_factory/combine_isolate_factory.dart:22:34
╷
22 │ if (ServicesBinding.instance == null) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/common/isolate/isolate_factory/combine_isolate_factory/combine_isolate_factory.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
combine |
0.1.2 |
0.1.2 | 0.5.8 | |
equatable |
^2.0.3 |
2.0.7 | 2.0.7 | |
provider |
^6.0.0 |
6.1.5+1 | 6.1.5+1 | |
uuid |
^3.0.4 |
3.0.7 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
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 `0.1.2` on combine does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions combine to update the constraint.
The constraint `^3.0.4` on uuid does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions uuid 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.