Flutter -
several simple projects
These projects show my fundamental knowledge of Flutter framework and Dart language.
There are 4 applications. There are calculator and task manager. Also there is an application that generates
random word pair and allows you to save the one you like (also you can remove that). The last application is an ultra
simple maze game that counts how many steps you spent to find an exit. On the video it looks rough,
but in real every button/text/padding looks perfect.
I didn't follow any tutorial to create calculator, Task manager and Maze game.
Word pair generator i wrote by following Flutter tutorial. You can download and see the code. There are only 2
files at every repository - that's enough to see the code and run it(if you are familiar with Flutter).