shared_state 1.0.0 copy "shared_state: ^1.0.0" to clipboard
shared_state: ^1.0.0 copied to clipboard

Providing a shared state store ability for dart. With `shared_state_store`, developers can share state in one isolate easily and can be notified when state changed. Also, it can be a rescue for handle [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shared_state

With Flutter:

 $ flutter pub add shared_state

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

dependencies:
  shared_state: ^1.0.0

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:shared_state/shared_state.dart';
0
likes
130
pub points
47%
popularity

Publisher

unverified uploader

Providing a shared state store ability for dart. With `shared_state_store`, developers can share state in one isolate easily and can be notified when state changed. Also, it can be a rescue for handle complex package dependencies by DI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on shared_state