-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I don't want to discourage anyone, I'm just not sure if a new template will really help people who struggle in building an app.
- To really teach them how to build a more complex app you almost always will have to introduce additional packages
- Apps can be so different so that it's hard to know what will be needed
IMHO providing people with information how to best structure their Flutter App in the sense of archtitecture and folder layout (Featurewise is so much better :-) ) is what people need to understand.
Then we can tell them what packages they can use to solve problems that you get when you start splitting up your logic, so that they than can select a one that makes the most sense to them.
@brianegan 's architecture samples (still awaits merging of RVMS 😉 ) are still an incredible resource IMHO. What they lack is a detailed tutorial alongside and being directly accesible from the Flutter.de website.
Something similar with one or two recomended architectures using different technologies would be more helpful than trying to create one template.
What really would be helpfull if you could turn any existing flutter project into a template so that you don't have to repeat your setup for every new project.