learning-flutter
clickometro
Clickômetro. A click counter.
demo-clickometro.mp4
In this one, I’ve followed the Flutter Get Started guide, adn then added my own functionalities, like decrease and reset. Just so I can learn how everything works.
To know how to use multiple floating action buttons, I’ve used this StackOverflow answer.
i_am_rich
Based on the 3-4 sections of the course.
i_am_poor
Based on the 5th section of the course.
Free to use what was learned.
mi_card_flutter
A card with information about me.
dicee-flutter
An app that genarates random numbers by clicking on dices.
Based on the 7th section of the course.
dice-demo.mp4
I’ve made some improvements to the original app, and the main things I’ve used are:
- Create a custom widget for the dices.
- Use the
Random
class to generate random numbers. - Replace the deprecated
FlatButton
widget withTextButton
. - Learn how to use the
Expanded
widget.
magic-8-ball-flutter
An app that answers your questions randomly.
Boss-level challenge on the 8th section of the course.
demo.mp4
I’ve created an external util function that generates a natural and non-repeted random number between.
xylophone-flutter
An app that plays the notas as a xylophone.
Based on the 8th section of the course.
xilo-demo.mp4
I’ve done some improvements:
- Use a different library to play the sounds.
- Use map through a list of colors to get the sounds.