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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flowdux_flutter

With Flutter:

 $ flutter pub add flowdux_flutter

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

dependencies:
  flowdux_flutter: ^0.1.0

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:flowdux_flutter/flowdux_flutter.dart';
0
likes
0
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flowdux, flutter

More

Packages that depend on flowdux_flutter