dwyl / flutter-todo-list-tutorial

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

Todo List Tutorial #14

Open th0mas opened 4 years ago

th0mas commented 4 years ago

The Todo list tutorial could do with some clarification ( I'm struggling to follow it as a beginner to Flutter), and could do with going into more detail on how things work.

th0mas commented 4 years ago

Whoops, just seen #13 , which solves quite a few of these problems!

@nelsonic I'm happy to work on this if needed but looks like you've already got someone working on it... Don't want to duplicate our efforts

th0mas commented 4 years ago

The "layout" section omits a lot of key code, going to try and fix up from scratch using the default docs: https://flutter.dev/docs/development/ui/layout

nelsonic commented 4 years ago

Thanks @th0mas ❤️

th0mas commented 4 years ago

CustomButton is not, as far as I can tell, a default Flutter Widget. Might have to start this Todo List from scratch ...

nelsonic commented 4 years ago

@th0mas yeah, we really don't need any CustomButton in this tutorial. Please try and use default widgets wherever possible and document when you need to use anything else. 👍