Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r100-stack/dicee
https://github.com/r100-stack/dicee
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r100-stack/dicee
- Owner: r100-stack
- Created: 2020-06-27T04:49:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T05:04:26.000Z (over 4 years ago)
- Last Synced: 2025-01-01T07:08:18.193Z (26 days ago)
- Language: Dart
- Size: 723 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dicee
This is a Flutter app I worked on following the starter code from the [Flutter Udemy course by Angela Yu](https://www.udemy.com/course/flutter-bootcamp-with-dart/).
This app rolls two dices. Crossing my fingers, and hoping the numbers adds up to ten. A ten will get me on the longest ladder on the Snake and Ladders board.
If I get a ten, then I can tell Jeff, "Eat my dust, Jeff. I'm going to win soon." I can follow that up with a evil victory laugh.
I hate Jeff and want to defeat him so bad.## Skills Learned
* Stateless and Stateful Widgets
* "Flexible" Widget
* Dart is a statically typed language.
* But it can be made dynamic by using the variable type, "dynamic."
* Anonymous Functions
* dart:math library for Random().nextInt()
* onPressed attribute on Buttons## Screenshot