This Flutter application is an implementation of a "Wheel of Fortune" game. It was created as a challenge and showcases the use of animations and state management in Flutter to create an interactive game experience.
This project serves as a starting point for building a Flutter application. If you are new to Flutter, consider going through the following resources:
For comprehensive Flutter development guidance, refer to the Flutter online documentation, which provides tutorials, samples, and a full API reference.
- A spinning wheel of fortune that users can rotate to win random prizes.
- Customizable segments for different prizes or results.
- A visually appealing fireworks display to celebrate wins.
- Adaptive and responsive UI for different screen sizes.
To get started with this project, clone the repository and then navigate to the project's root directory:
git clone https://your-repository-url
cd wheel Then, execute the following command to get all the dependencies:
flutter pub getRun the application using:
flutter runPress the "Take your chance!" button to spin the wheel. Once the wheel stops, an alert dialog will display the prize won. Enjoy the fireworks show as you win!
Credit goes to the following project(s) from which I have integrated code: Fireworks
This project is open-sourced under the MIT license.
Contributions to the "Wheel of Fortune" project are welcome. Please feel free to fork the repository, make changes, and submit pull requests.
If you have any questions or suggestions, please open an issue on the GitHub repository.
Enjoy spinning the wheel!