https://github.com/tom474/roll_dice_app
A dice rolling app with smooth animations, interactive UI, and dynamic state management.
https://github.com/tom474/roll_dice_app
dart flutter mobile-development
Last synced: over 1 year ago
JSON representation
A dice rolling app with smooth animations, interactive UI, and dynamic state management.
- Host: GitHub
- URL: https://github.com/tom474/roll_dice_app
- Owner: tom474
- Created: 2023-11-17T09:47:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T10:29:02.000Z (over 1 year ago)
- Last Synced: 2025-01-29T11:24:58.150Z (over 1 year ago)
- Topics: dart, flutter, mobile-development
- Language: C++
- Homepage:
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roll Dice Mobile App
Roll Dice Mobile App is a simple application that simulates rolling a dice. It features a clean UI, smooth animations, and interactive elements, making it a fun and engaging experience.
## Tech Stack
- Flutter
- Dart
## Features
- **Dice Roll Simulation**: Generates a random dice roll (1-6) on button press.
- **State Management**: Uses Stateful Widgets to update the dice roll dynamically.
- **Gradient Background**: Implements a customizable gradient background for an enhanced visual experience.
- **Image Rendering**: Dynamically updates the dice image based on the current roll.
- **Responsive UI**: Ensures proper rendering across different screen sizes.