A simple and interactive dice rolling Flutter application. This app demonstrates basic Flutter concepts including stateful widgets, UI design, and user interactions. lib/ ├── main.dart # Entry point ...
lib/ ├── main.dart # App entry point ├── gradient_container.dart # Main screen layout with gradient ├── dice_roller.dart # Dice logic and animations └── styled_text.dart # Reusable text component ...