Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skalio/skalio-problem-solving
A small Flutter app that rolls a die and displays the result. How can we test this application automatically?
https://github.com/skalio/skalio-problem-solving
Last synced: about 1 month ago
JSON representation
A small Flutter app that rolls a die and displays the result. How can we test this application automatically?
- Host: GitHub
- URL: https://github.com/skalio/skalio-problem-solving
- Owner: skalio
- License: mit
- Created: 2023-04-04T10:42:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-04T11:06:06.000Z (over 1 year ago)
- Last Synced: 2023-08-15T14:35:13.044Z (over 1 year ago)
- Language: C++
- Size: 261 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diceroller
This sample project simulates rolling a die and displays the result. How can we automate frontend testing on this application?
## Getting Started
- Install Flutter on your computer: https://docs.flutter.dev/get-started/install
- Open a shell, navigate to the root folder of this repository and run the following commands:
```
flutter clean
flutter pub get
flutter run
```A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.