Let's Build a Flutter App! 02 - Choosing the right Architecture

preview_player
Показать описание
Part 2 of the Flutter factory app is perhaps the most important part of developing an app - Architecture. It's worth putting in the time to think about how you want code structured in your app well before you actually start coding. You will save yourself and all of your coworkers A LOT of time in the future if there's a clear separation of UI, business logic, and data.

Рекомендации по теме
Комментарии
Автор

What types of code architecture do you prefer? There are many kinds like MVP, MVVM, MVC, etc

TheFlutterFactory
Автор

Thank you very much, and please upload a preview of the final form of the application and its tabs
Because this was expected to be shown in the first part of the course

faisalfotoh
Автор

Continue clean architecture series and use bloc

purushottampk
Автор

Bloc with flutter bloc package, clean architecture with dependency injection using get it, freezed, hive (full crud), freezed annotation, built value, to say the least

josephjoey
Автор

how to create doughnut charts by using api values

rangasamyeswaran