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

discontinuedreplaced by: value_state

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

With Flutter:

 $ flutter 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.3.3

Alternatively, your editor might support dart pub get or flutter 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
140
points
31
downloads

Publisher

verified publisherdevobs.dev

Weekly Downloads

A dart package that helps implements basic states for BLoC library

Documentation

API reference

License

MIT (license)

Dependencies

bloc, meta, stream_transform, synchronized, value_state

More

Packages that depend on value_cubit