Fluttium, the user flow testing tool for Flutter.
Package | Pub |
---|---|
fluttium_cli | |
fluttium_flow | |
fluttium_runner |
# 📦 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
View the full documentation here.
The example directory contains example user flows that are written for the example application.
These tests are used for testing of new features and will be kept up to date.