bdaya_shared_value 3.1.3 copy "bdaya_shared_value: ^3.1.3" to clipboard
bdaya_shared_value: ^3.1.3 copied to clipboard

A straightforward way to manage global state in flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bdaya_shared_value

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

dependencies:
  bdaya_shared_value: ^3.1.3

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

Import it

Now in your Dart code, you can use:

import 'package:bdaya_shared_value/bdaya_shared_value.dart';
4
likes
130
pub points
76%
popularity

Publisher

verified publisherbdaya-dev.com

A straightforward way to manage global state in flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, rxdart, shared_preferences

More

Packages that depend on bdaya_shared_value