hydrated_cubix 0.0.3+2 copy "hydrated_cubix: ^0.0.3+2" to clipboard
hydrated_cubix: ^0.0.3+2 copied to clipboard

An extension to package:cubix which automatically persists and restores cubix state. Built to work with package:cubix.

50/ 160
pub points
8
downloads

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

Passed report section
Follow Dart file conventions
30 / 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

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

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

21 out of 52 API elements (40.4 %) have documentation comments.

Some symbols that are missing documentation: hydrated_cubix, hydrated_cubix.HydratedCubitWrapper, hydrated_cubix.HydratedCubitWrapper.HydratedCubitWrapper.new, hydrated_cubix.HydratedCubitWrapper.fireOnChange, hydrated_cubix.HydratedCubitWrapper.fireOnError.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

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

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

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

ERROR: 'HydratedCubitWrapper.update' ('CubixState

lib/hydrated_cubix.dart:22:22

   ╷
22 │   CubixState<TState> update(
   │                      ^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
cubix ^0.1.5+4 0.1.5+4 0.1.5+4
hydrated_bloc ^8.1.0 8.1.0 10.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
crypto - 3.0.7 3.0.7
flutter_bloc - 8.1.6 9.1.1
hive - 2.2.3 2.2.3
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
nested - 1.0.0 1.0.0
provider - 6.1.5+1 6.1.5+1
synchronized - 3.4.0 3.4.0
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0

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

The constraint `^8.1.0` on hydrated_bloc does not support the stable version `9.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • INVALID_OVERRIDE - lib/hydrated_cubix.dart:22:22 - 'HydratedCubitWrapper.update' ('CubixState

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
50
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An extension to package:cubix which automatically persists and restores cubix state. Built to work with package:cubix.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cubix, flutter, hydrated_bloc

More

Packages that depend on hydrated_cubix