flutter-todo-list-tutorial icon indicating copy to clipboard operation
flutter-todo-list-tutorial copied to clipboard

Todo List Tutorial

Open t0mhaines opened this issue 5 years ago • 5 comments

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.

  • [ ] Add setup steps - e.g. How do I start Simulator?
  • [ ] Clarify & correct existing tutorial
  • [ ] Add explanations as to why things work
  • [ ] Add more screenshots

t0mhaines avatar Jul 31 '20 15:07 t0mhaines

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

t0mhaines avatar Jul 31 '20 15:07 t0mhaines

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

t0mhaines avatar Jul 31 '20 15:07 t0mhaines

Thanks @th0mas ❤️

nelsonic avatar Aug 01 '20 20:08 nelsonic

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

t0mhaines avatar Aug 03 '20 11:08 t0mhaines

@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. 👍

nelsonic avatar Aug 03 '20 14:08 nelsonic