fluttium_cli 0.1.2 copy "fluttium_cli: ^0.1.2" to clipboard
fluttium_cli: ^0.1.2 copied to clipboard

The CLI for Fluttium, a user flow testing framework for Flutter

fluttium logo

Pub ci coverage style: very good analysis License: MIT Powered by Mason


Fluttium CLI allows developers to run Fluttium Flow tests.

Fluttium Demo

Quick Start #

# ๐Ÿ“ฆ Install from pub.dev
flutter pub global activate fluttium_cli

# ๐Ÿ–ฅ Create a test flow file
fluttium new flow my_flow --description "My cool flow"

# ๐Ÿงช Run a test flow file
fluttium test my_flow.yaml

Documentation #

View the full documentation here.