https://github.com/testingbot/flutter-demo-app
Flutter Demo App - Used for Automated Testing on TestingBot
https://github.com/testingbot/flutter-demo-app
appium flutter flutter-apps
Last synced: 3 months ago
JSON representation
Flutter Demo App - Used for Automated Testing on TestingBot
- Host: GitHub
- URL: https://github.com/testingbot/flutter-demo-app
- Owner: testingbot
- Created: 2022-06-08T14:35:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T09:12:10.000Z (over 3 years ago)
- Last Synced: 2025-01-19T19:17:42.553Z (about 1 year ago)
- Topics: appium, flutter, flutter-apps
- Language: Dart
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestingBot Flutter Demo App
This repository contains a Flutter demo app which can be used with [TestingBot's Flutter Automated Testing](https://testingbot.com/support/mobile/flutter.html) example.
## Building
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](https://github.com/appium-userland/appium-flutter-driver) does not support Flutter >= 3.
We suggest you build this app with Flutter version 2.5.1 - you can use [fvm](https://fvm.app/) to install this version.
## Automated Testing
Once the app is built, upload it to a public URL and follow the [Flutter Automated Testing example](https://testingbot.com/support/mobile/flutter.html) to run your first automated test.