state_view 0.0.1 copy "state_view: ^0.0.1" to clipboard
state_view: ^0.0.1 copied to clipboard

Provides the state view pattern for Flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add state_view

With Flutter:

 $ flutter pub add state_view

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

dependencies:
  state_view: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:state_view/state_view.dart';
9
likes
0
pub points
74%
popularity

Publisher

unverified uploader

Provides the state view pattern for Flutter

License

unknown (license)

Dependencies

collection, flutter, provider

More

Packages that depend on state_view