dwyl / learn-flutter

🦋 Learn how to use Flutter to Build Cross-platform Native Mobile Apps
https://flutter.dev
GNU General Public License v2.0
73 stars 8 forks source link

Todolist Flutter (Step-By-Step) #16

Closed miguelmartins17 closed 1 year ago

miguelmartins17 commented 4 years ago

This Tutorial will show you process of building of a todo-list with Flutter.

Make sure to complete the flutter Installation before you get started. Here you have the link to Install flutter: (https://flutter.dev/docs/get-started/install)

1-Create a new Flutter Project.

3fSwulrV0S

2-Delete all the "main.dart" comments that are generated after creating a new project.

nelsonic commented 4 years ago

@miguelmartins17 please add your tutorial instructions and code to: https://github.com/dwyl/flutter-todo-list-tutorial

Please make sure you have worked through https://github.com/dwyl/todo-list-javascript-tutorial So you have a good idea of how much detail the instructions/steps need to have. Thanks. 👍