shared_value 0.3.1 copy "shared_value: ^0.3.1" to clipboard
shared_value: ^0.3.1 copied to clipboard

outdated

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 shared_value

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

dependencies:
  shared_value: ^0.3.1

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:shared_value/shared_value.dart';
17
likes
0
pub points
94%
popularity

Publisher

unverified uploader

A straightforward way to manage global state in flutter apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on shared_value