An open API service indexing awesome lists of open source software.

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

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.