rx_bloc 2.0.2 copy "rx_bloc: ^2.0.2" to clipboard
rx_bloc: ^2.0.2 copied to clipboard

A Flutter package that helps implementing the BLoC (Business Logic Component) Design Pattern using the power of reactive streams.

49
likes
110/ 140
pub points
81%
popularity

We analyzed this package 3 days ago, and awarded it 110 pub points (of a possible 140):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/Prime-Holding/rx_bloc/issues was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

45 out of 48 API elements (93.8 %) have documentation comments.

Some symbols that are missing documentation: rx_bloc, rx_bloc.RxBlocTypeBase, rx_bloc.RxBlocTypeBase.RxBlocTypeBase.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

WARNING: The '?' is unnecessary because 'dynamic' is nullable without it.

lib/src/annotation/rx_bloc_annotations.dart:69:16

   ╷
69 │   final dynamic? seed;
   │                ^
   ╵

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

WARNING: Doc directive 'nodoc' is unknown.

lib/src/bloc/loading_bloc.rxb.g.dart:10:7

   ╷
10 │ /// {@nodoc}
   │       ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/bloc/loading_bloc.rxb.g.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
collection ^1.15.0 1.18.0 1.18.0
meta ^1.3.0 1.15.0 1.15.0
rxdart ^0.26.0 0.26.0 0.27.7

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.26.0` on rxdart does not support the stable version `0.27.0`.

Try running dart pub upgrade --major-versions rxdart to update the constraint.

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

Analyzed with Pana 0.22.3, Dart 3.4.0.

Check the analysis log for details.

49
likes
110
pub points
81%
popularity

Publisher

verified publisherprimeholding.com

A Flutter package that helps implementing the BLoC (Business Logic Component) Design Pattern using the power of reactive streams.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, meta, rxdart

More

Packages that depend on rx_bloc