Monday, June 5, 2023

Simple flutter TODO app for beginners

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

Mockup 1
Mockup 2
Mockup 3