unistate 0.0.2 copy "unistate: ^0.0.2" to clipboard
unistate: ^0.0.2 copied to clipboard

UniState is an adapter package designed to provide an agnostic approach to state management in Flutter, offering a unified interface that seamlessly integrates with various state management systems wh [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unistate

With Flutter:

 $ flutter pub add unistate

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

dependencies:
  unistate: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

0
likes
135
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

UniState is an adapter package designed to provide an agnostic approach to state management in Flutter, offering a unified interface that seamlessly integrates with various state management systems while maintaining Flutter's native code style.

Documentation

API reference

License

MIT (license)

More

Packages that depend on unistate