This repository contains a Flutter demo app which can be used with TestingBot's Flutter Automated Testing example.
To build the app, simply clone the repository and run
flutter build apk --profile
flutter build ios --profile
- Note: at the time of writing this, Appium Flutter Driver does not support Flutter >= 3. We suggest you build this app with Flutter version 2.5.1 - you can use fvm to install this version.
Once the app is built, upload it to a public URL and follow the Flutter Automated Testing example to run your first automated test.