built_bloc 0.4.2
built_bloc: ^0.4.2 copied to clipboard
Generates the BLoC boilerplate.
0
likes
90
/ 110
pub points
32
%
popularity
We analyzed this package on Jan 16, 2021, and awarded it 90 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/example.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 22 out of 24 API elements (91.7 %) have documentation comments.
20/20 points: Supports 2 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
lib/built_bloc.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
lib/src/bloc.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
meta | ^1.1.8 | 1.2.4 | 1.2.4 |
rxdart | >=0.24.0 <1.0.0 | 0.25.0 | 0.25.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.