An open API service indexing awesome lists of open source software.

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.

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.