benfrasersimpson / magic_scorer

1 stars 1 forks source link

"Animate" the dice roll #1

Open benfrasersimpson opened 6 years ago

benfrasersimpson commented 6 years ago

Animate the dice roll, so it doesn't just show the result immediatly, but instead displays several numbers first, then "lands" on one.

benfrasersimpson commented 6 years ago

https://docs.flutter.io/flutter/widgets/AnimatedContainer-class.html

https://stackoverflow.com/questions/44224676/flutter-typing-text-animation

benfrasersimpson commented 6 years ago

https://flutter.io/animations/staggered-animations/

aercanozcan commented 6 years ago

Instead of moving widgets, you can change the icon to random dice faces rapidly over time. Or even better, you can just put some delay and show an indicator and tell which player wins and which player uses by showing win,lose text on their sides