fluttium_cli 0.1.0-dev.10 fluttium_cli: ^0.1.0-dev.10 copied to clipboard
The CLI for Fluttium, a user flow testing framework for Flutter
Fluttium CLI allows developers to run Fluttium Flow tests.
Quick Start #
# ๐ฆ Install from pub.dev
flutter pub global activate fluttium_cli
# ๐ฅ Create a test flow file
fluttium create my_flow.yaml --desc "My cool flow"
# ๐งช Run a test flow file
fluttium test your_flow.yaml
Documentation #
View the full documentation here.