- fix: always use given device instead of prompting (#195)
- feat: add shell completion (#190)
- feat: add support for different reporters (#196)
- chore: update
fluttium_driver
to v0.1.0-dev.3 (#199)
- fix: driver configuration is not being read correctly from
fluttium.yaml
(#182)
- feat: add support for custom actions (#112)
- chore: update
fluttium_runner
to v0.1.0-dev.11 (#110)
- fix: don't escape steps in flow brick (#97)
- feat: add
--dart-define
options to the CLI to pass to the Flutter process (#96)
- chore: update
fluttium_runner
to v0.1.0-dev.10 (#101)
- refactor: properly use the semantic tree instead of relying on the
integration_test
framework (#70)
- chore: update
fluttium_runner
to v0.1.0-dev.9 (#94)
- chore: update
fluttium_runner
to v0.1.0-dev.8 (#90)
- fix: use multi-line string to safely escape patterns for actions (#88)
- feat: ensure only supported devices show up (#81)
- feat: support windows platform (#82)
- feat: support linux platform (#79)
- chore(fluttium_cli): update
fluttium_runner
to v0.1.0-dev.7 (#84)
- fix: update prompt on update (#72)
- chore(fluttium_cli): update
fluttium_runner
to v0.1.0-dev.6 (#77)
- fix: unexpected end of input error when running
- chore: update
fluttium_flow
to v0.1.0-dev.2
- chore: update
fluttium_runner
to v0.1.0-dev.5
- fix: run flutter without version check
- refactor: use
Logger
instead of print()
for CLI usage prompt
- fix: sanitize text representations
- feat: support flavor and custom target file
- chore: upgrade
fluttium_runner
to v0.1.0-dev.3
- chore: upgrade
fluttium_runner
to v0.1.0-dev.2
- fix: using wrong
packageVersion
in the version check
- fix: using wrong
packageVersion
for the update command
- chore: upgrade
mason
to 0.1.0-dev.34