fox_core_bloc 0.1.0
fox_core_bloc: ^0.1.0 copied to clipboard
A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
We analyzed this package 2 days ago, and awarded it 135 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: fox_core_bloc.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: fox_core_bloc, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Repository URL doesn't exist.
At the time of the analysis https://github.com/PlugFox/bloc/tree/master/packages/core_bloc was unreachable. Make sure that the website is reachable via HEAD requests.
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 ("0.1.0").
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
67 out of 73 API elements (91.8 %) have documentation comments.
Some symbols that are missing documentation: fox_core_bloc, fox_core_bloc.IBloc.IBloc.new, fox_core_bloc.IBlocObserver.IBlocObserver.new, fox_core_bloc.IBlocSink.IBlocSink.new, fox_core_bloc.IBlocSubject.IBlocSubject.new.
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: 'alwaysThrows' is deprecated and shouldn't be used. Use a return type of 'Never' instead.
lib/src/bloc.dart:355:4
╷
355 │ @alwaysThrows
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/bloc.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/state_stream.dart:45:29
╷
45 │ /// Filter with whereState<T>() and after that
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/state_stream.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
^1.3.0 |
1.18.0 | 1.18.0 |
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, Dart 3.10.7.
Check the analysis log for details.