Matheus Dias – Flutter – Quiz Game
I made a simple flutter question and answer application to learn all the basics of the language. It was a very interesting experience, but I know I still have a lot to learn with this new technology that fascinates me with every line.
Lets Go
lessons learned
- Widgets
- Widget Tree
- Widget Update
- Column
- StatelessWidget
- Private members
- CallBacks
- Map
- lists
Installation
OS X Linux X Windows:
- You must have Flutter installed! -> ‘flutter doctor -v’ (Test flutter installation)
flutter run
.
Release history
- 0.0.1
- Simple application realization
Goal
- 0.0.2
- Implement a Q&A API.
Contribute
- Do the fork design ( https://github.com/Matheuscara/Flutter-Game-Of-Questions )
- Create a branch for your modification (
git checkout -b Branch
) - Do the commit (
git commit -am 'Add .'
) - Push (
git push origin Branch
) - Create a new Pull Request
Download Flutter Quiz Game source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.