fluttium_flow 0.1.0-dev.2
fluttium_flow: ^0.1.0-dev.2 copied to clipboard
The flow definitions of the Fluttium user flow testing framework
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fluttium_flowWith Flutter:
$ flutter pub add fluttium_flowThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fluttium_flow: ^0.1.0-dev.2Alternatively, 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:fluttium_flow/fluttium_flow.dart';