Today we are sharing another simple TODO app for beginner level with some advanced stylish design. You can find the sample project in github and use following command to build this apps.
Install
Note: Make sure your Flutter environment is setup.
In the command terminal, run the following commands:
$ git clone https://github.com/BigMarco254/FlutterTodo.git flutter_todo
$ cd flutter_todo/
$ flutter packages get
$ flutter run
Screenshots



Source:MarcL01/FlutterTodo