Dear Flutter devs,
Flutter is awesome, but the doc/examples are still lacking.
Here are some examples that should be helpful. They can show usages and best practices for the whole community:
- A multi page app that uses sidebar to navigate (i.e. different scenarios) and depth to navigate (i.e. steps in one scenario).
- Third party signin/Google account signin flow.
- Apps with a service layer
- Code layout (folders, naming etc.)
Actually there is an example for navigation mentioned
here. But it has no images to illustrate and it's put into the
Sample Catalog page.
And to be honest, the documentation pages for classes are not that helpful since they don't have real, useful examples with images. For example the docs for
Drawer,
UserAccountDrawerHeader have no image. And even
dialog,
date picker don't have images. Even if you use the images shown from
widget catalog, it is helpful (but not enough maybe).
Even if you read the doc, you still need to "guess" how to use them and more importantly how they look like.
And why that is important (not just put an image in the widget catalog) is that people may just search and find the widget class, and they will find no image for that.
And the same for
Stack. It talks about "top"/"bottom", "position", "size" everywhere but doesn't use image examples to illustrate (there is a difference in the top / bottom thing in the two paragraphs in the doc).

Without an image, it's not super clear at first glance what it actually does. Especially the name doesn't tell whether it's about UI or about the navigation logic.
Flutter is awesome, really hope it gets loved by everyone.
Thanks,
Kimi