Bull's Eye Game
This is a basic flutter project you can develop to learn flutter.
Dart >=2.18.0 <3.0.0, Flutter >=2.18.0 <3.0.0, Android Studio Dolphin 2021.3.1
A random number is generated The player moves the slider to achieve the random number as close to as possible When hit me is pressed, an alert appears which shows the slider value
The app is designed for the landscape orientation. The app looks like this:
This is the alert result dialog that appears on hitting the 'HIT ME' button.
This result varies based on how close your slider is to the target number.
- Slider Widget
- Alert Dialog
- Launch Screen
- Creating classes for styling widgets
- Routing using navigation
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.