This sample project simulates rolling a die and displays the result. How can we automate frontend testing on this application?
-
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:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.