A simple and beautiful dice roller app built using Flutter. The app features a smooth gradient background and an intuitive UI, making it easy and fun to use. Future enhancements include adding animations and sound effects for a more engaging experience.
- 🎨 Gradient Background: The app has a soothing and visually appealing gradient background.
- 🎲 Dice Roll Functionality: Roll the dice with a tap to generate random numbers.
- 🖼️ Beautiful UI: Designed with simplicity and aesthetics in mind for an excellent user experience.
- 📱 Responsive Design: Works seamlessly on both Android and iOS devices.
- 🔊 Add Sound Effects: Introduce sound effects for a more immersive experience when rolling the dice.
- 🔄 Add Animations: Implement rolling animations for the dice to enhance visual engagement.
- Clone the repository:
git clone https://github.com/BlackHatDevX/dice_roller
- Navigate to the project directory:
cd dice_roller_app
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
flutter
: SDK for developing mobile apps.flutter_launcher_icons
: A package which simplifies the task of updating your Flutter app's launcher icon.audioplayers
: A Flutter plugin to play multiple audio files simultaneously.
Feel free to submit pull requests for bug fixes or new features! Contributions are always welcome.