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
- Reorderable List
- Dismissible list
- Design improvement
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.
This project was developed by Mário Luiz.