autopilot 0.1.0
autopilot: ^0.1.0 copied to clipboard
A test driver for Flutter to do QA testing without sharing app source code.
0.1.0 #
- Migrated to null safety
- Flutter 2.0 support
- Sends JSON response for all requests
- Added example project
0.0.2 #
- Widget based setup of Autopilot
- Adding an optional red banner at bottom to identify Autopilot is active
- Cleaner API for custom handlers
- Added text in the /editables API. Returns current text input value.
0.0.1 #
- Initial release