Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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?

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.