fluttium 0.1.0-dev.2 copy "fluttium: ^0.1.0-dev.2" to clipboard
fluttium: ^0.1.0-dev.2 copied to clipboard

The core package for the Fluttium user flow testing framework

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fluttium

With Flutter:

 $ flutter pub add fluttium

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

dependencies:
  fluttium: ^0.1.0-dev.2

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:fluttium/fluttium.dart';
28
likes
0
pub points
78%
popularity

Publisher

verified publisherfluttium.dev

The core package for the Fluttium user flow testing framework

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

clock, flutter, fluttium_interfaces, fluttium_protocol

More

Packages that depend on fluttium