flowdux_flutter 0.3.0 copy "flowdux_flutter: ^0.3.0" to clipboard
flowdux_flutter: ^0.3.0 copied to clipboard

Flutter bindings for FlowDux state management library. Provides StoreScope, StoreProvider, StoreBuilder, and StoreConsumer widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flowdux_flutter

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

dependencies:
  flowdux_flutter: ^0.3.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:flowdux_flutter/flowdux_flutter.dart';
0
likes
160
points
118
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Flutter bindings for FlowDux state management library. Provides StoreScope, StoreProvider, StoreBuilder, and StoreConsumer widgets.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flowdux, flutter

More

Packages that depend on flowdux_flutter