multi_bloc_builder_widget 1.0.1
multi_bloc_builder_widget: ^1.0.1 copied to clipboard
'A Flutter package that helps implement the [BLoC pattern] It is best used as an extension with the flutter_bloc package which already provides MultiBlocProvider , MultiBlocListenerX and MultiBlocConsumer.'
We analyzed this package 2 hours ago, and awarded it 105 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
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 ("1.0.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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting multi_bloc_builder_widget... Discovering libraries... Linking elements... Precaching local docs for 653336 elements... Initialized dartdoc with 824 libraries Generating docs for library multi_bloc_builder.dart from package:multi_bloc_builder_widget/multi_bloc_builder.dart... Generating docs for library multi_bloc_listener.dart from package:multi_bloc_builder_widget/multi_bloc_listener.dart... Generating docs for library bloc_state.dart from package:multi_bloc_builder_widget/bloc_state.dart... Generating docs for library multi_bloc_consumer.dart from package:multi_bloc_builder_widget/multi_bloc_consumer.dart... Documented 4 public libraries in 59.5 seconds ERR: warning: unresolved doc reference [BLoC pattern] from package-multi_bloc_builder_widget: file:///tmp/pana_TQENKJ warning: multi_bloc_builder has no library level documentation comments from multi_bloc_builder: (file:///tmp/pana_TQENKJ/lib/multi_bloc_builder.dart:1:1) warning: unresolved doc reference [bloc1, bloc2, bloc3] from multi_bloc_builder.MultiBlocBuilder.new: (file:///tmp/pana_TQENKJ/lib/multi_bloc_builder.dart:58:9) warning: multi_bloc_builder has no library level documentation comments from multi_bloc_builder: (file:///tmp/pana_TQENKJ/lib/multi_bloc_listener.dart:1:1) error: file already written at "multi_bloc_builder/index.html" for symbol multi_bloc_builder: (file:///tmp/pana_TQENKJ/lib/multi_bloc_listener.dart:1:1) [33 more lines]
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
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/bloc_state.dart:31:36
╷
31 │ /// final state = states.getState<ExampleState>(0)
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bloc_state.dart
INFO: Angle brackets will be interpreted as HTML.
lib/multi_bloc_builder.dart:46:41
╷
46 │ /// final state1 = states.getState<MyBloc1State>(0);
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/multi_bloc_builder.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_bloc |
^8.1.6 |
8.1.6 | 9.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
- | 8.1.4 | 9.2.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
nested |
- | 1.0.0 | 1.0.0 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
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 `^8.1.6` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_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.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.