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

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.8

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
130
pub points
22%
popularity

Publisher

unverified uploader

The cleanest way of representing UIState in a flutter widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on uistate