dwyl / flutter-todo-list-tutorial

✅ A detailed example/tutorial building a cross-platform Todo List App using Flutter 🦋
GNU General Public License v2.0
96 stars 9 forks source link

TodoMVC for Flutter #7

Closed miguelmartins17 closed 4 years ago

miguelmartins17 commented 4 years ago

Can I use TodoMVC also in the Flutter tutorial? Since it includes Dart can I also use the example in the Javascript Tutorial in the Flutter tutorial?

miguelmartins17 commented 4 years ago

The Dart language is also mentioned within TodoMVC.

Screen Shot 2020-01-30 at 17 53 17

nelsonic commented 4 years ago

Miguel, please stop opening new issues for each question and then ignoring the answer when someone takes the time out of their day to craft a reply. You haven't followed all the steps in the issue I opened opened 8 days ago. Just follow the instructions.

I included a link to the code samples for "inspiration": flutter-todo-list-how-section https://github.com/brianegan/flutter_architecture_samples todomvc-for-flutter

The repository I linked to already has all the TodoMVC code for the tutorial! Literally all you have to do is go through the code that someone else has already written, build the app and write out the steps. Which in turn is just a matter of copying the steps in https://github.com/dwyl/javascript-todo-list-tutorial ...

Literally someone else has done the "homework" for you and is telling you copy! All you have to do is show a little effort/initiative.

If you have any further questions please leave them as comments in issue #2.