Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 1.89 KB

README.md

File metadata and controls

74 lines (51 loc) · 1.89 KB

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.