This is a simple rolling dice app, built with the intention of applying and learning things like basic Animation, splash screen, app icon etc. in Flutter UI development.
Flutter made Apps are cross-platform, and uses Dart Language as the base language.
- The App doesn't come up with the default flutter icon logo. Instead it comes up with the following icon, which is given by me.
..
- The App is made for animation learning purposes, and comes with basic animation features like an Animation Controller and Curved Animation
- Upon pressing the roll button, both the dice throw a random value everytime.
- Gestures have also been included, due to which a double tap on any of the dice, executes a throw on both the dice.
- A view of the Home Screen upon opening, on an Android platform.
- A splash screen can also be observed on the screen, while the Home Screen gets started for loading after opening the App. ..
< 5CDC a href="https://flutter.dev/docs" rel="nofollow">The official documentation is undoubtedly the best documentary to get started with, which provides tutorial and sample guidance for Flutter App development.