ui_state_machine 1.0.0 copy "ui_state_machine: ^1.0.0" to clipboard
ui_state_machine: ^1.0.0 copied to clipboard

Describes views and transitions of an app in a state machine like manor.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ui_state_machine

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

dependencies:
  ui_state_machine: ^1.0.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:ui_state_machine/ui_state_machine.dart';
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Describes views and transitions of an app in a state machine like manor.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, flutter

More

Packages that depend on ui_state_machine