multi_bloc_builder_widget 1.0.1 copy "multi_bloc_builder_widget: ^1.0.1" to clipboard
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.'

105/ 160
pub points
68
downloads

We analyzed this package 2 hours ago, and awarded it 105 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Failed check 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]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
4
likes
105
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

'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.'

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on multi_bloc_builder_widget