shared_value 3.0.0 copy "shared_value: ^3.0.0" to clipboard
shared_value: ^3.0.0 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 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: ^3.0.0

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
130
pub points
94%
popularity

Publisher

unverified uploader

A straightforward way to manage global state in flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on shared_value