simple_state 1.1.2 copy "simple_state: ^1.1.2" to clipboard
simple_state: ^1.1.2 copied to clipboard

outdated

SimpleState is a library that makes it easy to connect your application's reactive data to the user interface.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_state

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

dependencies:
  simple_state: ^1.1.2

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

Publisher

verified publisherbroject.ru

SimpleState is a library that makes it easy to connect your application's reactive data to the user interface.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_state