uistate 1.0.5 copy "uistate: ^1.0.5" to clipboard
uistate: ^1.0.5 copied to clipboard

outdated

The cleanest way of representing UIState in a flutter widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uistate

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

dependencies:
  uistate: ^1.0.5

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

Publisher

unverified uploader

The cleanest way of representing UIState in a flutter widget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on uistate