value_cubit 1.1.4 copy "value_cubit: ^1.1.4" to clipboard
value_cubit: ^1.1.4 copied to clipboard

discontinuedreplaced by: value_state
outdated

A dart package that helps implements basic states for BLoC library

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add value_cubit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  value_cubit: ^1.1.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:value_cubit/value_cubit.dart';
4
likes
0
points
29
downloads

Publisher

verified publisherdevobs.dev

Weekly Downloads

A dart package that helps implements basic states for BLoC library

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, meta, stream_transform, synchronized

More

Packages that depend on value_cubit