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

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.3.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:simple_state/simple_state.dart';
4
likes
120
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_state