blocer 0.3.0 copy "blocer: ^0.3.0" to clipboard
blocer: ^0.3.0 copied to clipboard

A new Flutter package to simplify bloc state managment.

125/ 160
pub points
19
downloads

We analyzed this package 21 days ago, and awarded it 125 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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 ("0.3.0").

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: MIT.

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

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

150 out of 192 API elements (78.1 %) have documentation comments.

Some symbols that are missing documentation: blocer, blocer.BlocEventSink.BlocEventSink.new, blocer.Blocer, blocer.Blocer.Blocer.get, blocer.Blocer.Blocer.post.

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

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

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 issues. Showing the first 2:

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: Blocer.builder, Blocer.getData, Blocer.child, Blocer.onSuccess

lib/src/blocer/blocer.dart:15:7

   ╷
15 │ class Blocer<B extends StateStreamable<BlocerState>, ResponseModel>
   │       ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/blocer/blocer.dart

INFO: An uninitialized field should have an explicit type annotation.

lib/src/blocer/blocer.dart:17:9

   ╷
17 │   final bloc;
   │         ^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/blocer/blocer.dart

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

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
bloc ^9.0.0 9.1.0 9.1.0
flutter_bloc ^9.1.1 9.1.1 9.1.1
meta ^1.16.0 1.17.0 1.17.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.13.0
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.

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.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
125
points
19
downloads

Publisher

verified publisherwaelalhalabi.com

Weekly Downloads

A new Flutter package to simplify bloc state managment.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, flutter, flutter_bloc, meta

More

Packages that depend on blocer