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.

0
likes
70/ 140
pub points
28%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

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.

failed
Provide documentation
10 / 20trigger folding of the section

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, hydrated_cubix.HydratedCubitWrapper.fireOnChange, hydrated_cubix.HydratedCubitWrapper.fireOnError.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:hydrated_cubix/hydrated_cubix.dart that imports:
  • package:hydrated_bloc/hydrated_bloc.dart that imports:
  • package:hydrated_bloc/src/hydrated_storage.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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
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
cubix ^0.1.5+4 0.1.5+4 0.1.5+4
flutter flutter 0.0.0 0.0.0
hydrated_bloc ^8.1.0 8.1.0 9.1.5
Transitive dependencies
Package Constraint Compatible Latest
bloc - 8.1.4 8.1.4
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
flutter_bloc - 8.1.5 8.1.5
hive - 2.2.3 2.2.3
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
nested - 1.0.0 1.0.0
provider - 6.1.2 6.1.2
sky_engine - 0.0.99 0.0.99
synchronized - 3.1.0+1 3.1.0+1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4

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.

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

0
likes
70
pub points
28%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cubix, flutter, hydrated_bloc

More

Packages that depend on hydrated_cubix