wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

Can you write an article on the Architecture and the data flow? #68

Open dhruvkelawala opened 3 years ago

dhruvkelawala commented 3 years ago

This is tough to understand for people getting into MVVM, going through various files and understanding all the code. Also, the advantages of MVVM, apart from better testing, especially in Flutter.

vietstone-ng commented 3 years ago

That's helpful to have some kind of tutorial/documentation.

oppahansi commented 2 years ago

@wasabeef Any plans on adding docs or wiki in the future that would explain the architecture in more details?

AtomLee4279 commented 2 years ago

Agree.It would be friendlier to provide some tutorials / documentations.