Flutter Clean Architecture – Learn By A Project | Full Beginner's Tutorial



Flutter Clean Architecture – Learn By A Project | Full Beginner's Tutorial

Flutter Clean Architecture - Learn By A Project | Full Beginner's Tutorial

๐Ÿ“„Architecture is very important in developing an application. Architecture can be likened to a floor plan that describes how the flow in an application project. The main purpose of implementing the architecture is the separation of concern (SoC). So, it will be easier if we can work by focusing on one thing at a time.
In the context of Flutter, clean architecture will help us to separate code for business logic with code related to platforms such as UI, state management, and external data sources. In addition, the code that we write can be easier to test (testable) independently.

๐ŸŒReference :
๐Ÿ”— https://devmuaz.medium.com/flutter-clean-architecture-series-part-1-d2d4c2e75c47
๐Ÿ”— https://devmuaz.medium.com/flutter-clean-architecture-series-part-2-bcdf9d38fe41
๐Ÿ”— https://devmuaz.medium.com/flutter-clean-architecture-series-part-3-cdfbcb8d449b

๐Ÿค–About AI – Please Subscribe :
๐Ÿ”— https://www.youtube.com/@TheAIOnline

๐Ÿ“Source Code
๐Ÿ”— https://github.com/mahdinazmi/Flutter-News-App-Clean-Architecture

๐ŸŒ Telegram Community
๐Ÿ”— https://t.me/flutterguysgp

โšก SUBSCRIBE HEREโšก
๐Ÿ”— https://cutt.ly/2XkZz0X

๐ŸŒSocial Media
๐Ÿ”— Linkedin: https://www.linkedin.com/in/mahdinazmi
๐Ÿ”— GitHub: https://github.com/mahdinazmi
๐Ÿ”— Twitter: https://twitter.com/flutterguys1

โณ TIMESTAMPS :
00:00 Intro
03:44 Add Packages & Create Folders Structure
06:33 Define Entities Classes
09:05 Create Repository Classes & Models
11:27 Make Request To API Using Retrofit
14:40 Use Cases
17:54 Create Bloc
21:16 Dependency Injection
24:32 Display News
29:20 Local Database
33:39 Add Database Methods To Layers
36:45 Save & Remove Article From Database

#flutter #fluttertutorial #fluttercourse

Comments are closed.