Skip to content

marchetti2/flutter-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

My first Flutter project. This is a todo-list with some features of material lib, like reorderable and dismissible list.

Screens | Features | Getting started | License

Screens

  • Add todo

  • Dismissible list

  • Reorderable list

Features

  • Reorderable List
  • Dismissible list
  • Design improvement

Getting started

Requirements

if you are using macOS:

if you are using android:

Clone the project and access the folder:

$ git clone https://github.com/marchetti2/flutter-todo-list.git && cd flutter-todo-list

update:

$ flutter channel beta
$ flutter upgrade
$ flutter config --enable-web. ##If you want to run on the web(chrome).
$ flutter pub get

run:

$ flutter run ##if you are using simulator.
$ flutter run -d chrome ##if you are using web.

Well done, project is started!

To see a preview of this project on dartpad click here.

License

This project was developed by Mário Luiz.