uistate 1.0.7 copy "uistate: ^1.0.7" to clipboard
uistate: ^1.0.7 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.7

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
150
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

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