Clean Architecture in Flutter with @OmarAhmedx14 & @AbdullahMansourAli

preview_player
Показать описание


في خلال ال لايڤ ده مع عمر احمد و عبدالله منصور قدرنا نوضح نفط مختلفة في فلاتر زي:
1. Clean Architecture
2. Why to go for it?
3. Different Architectures in Flutter

و غير نقط تانية كتير هتلاقوها متقسمة ك اجزاء 👇🏻👇🏻 حقيقي ال لايڤ كان ممتع و كان فيه كمية معلومات دسمة و توضيح كبير للاختلافات ما بين ال native و Flutter.

اتمنى يكون الفيديو مفيد، لو اي حد عنده تعليق يا ريت يقوله عشان نقدر نحسن المحتوى سواء هنا او على لينكد ان

Omar on Youtube: @OmarAhmedx14

Abdullah on Youtube: @AbdullahMansourAli

Chapters:
0:00 preparation
4:53 Introduction
8:10 Introduction to architecture concept
12:40 Architectures existed in flutter?
13:58 Is BLoC an architecture?
16:30 About MVI, is it available for Android?
17:40 Basic architectures in Flutter? (Slicing)
23:15 Common/Basic architectures in Flutter (MVC & MVVM)
30:10 Why are we creating lives about architecture?
32:15 What is clean architecture?
40:10 Model VS DTO VS Entity (Flutter VS Native)
55:00 When to use clean architecture? (Startups & اسباجتي كود)
01:05:10 Single BLoC VS Multiple BLoCs
01:13:00 Is SOLID important for the junior level? (Are the basics important?)
01:20:00 Answer some live questions
01:22:15 Repository Design pattern
01:25:45 How does communication happen among modules in Flutter?
01:29:45 Is there an interface or protocol in Flutter?
01:31:53 Provider VS GetIt VS RiverPod VS BLoC
01:38:43 Design Patterns used commonly in Flutter (Facade, Adapter explanation)
01:45:00 Answer some of the live questions
02:11:40 Closure

✨ Other Videos:

––––––––––––––––––––Playlists–––––––––––––––––––––––

––––––––––––

––––––––––––

––––––––––––

For anyone who has a little experience in iOS Development, you can check the below playlist:



📡 Communication:

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

عاوزين فيديو عن ازاى نحسن اداء التطبيق والاخطاء الشائعة ال ممكن نكون بنعملها واحنا مش عارفين انها غلط ويسلام بقى لو شرح لل testing

mostafabahr
Автор

حضرتك جبت اكتر حد بحب شرحهم واسلوبهم بصراحه جزاكم الله كل خير جميعا

mahmodwanis
Автор

حد يقول لعمر يكمل شرح الادفانسد لاني بستمتع بالفرجه عليه والله هو هيسوكا الي على التيشترت بتاعه واوعده مش هحط ال مالتي بلوك بروفايدر فال main تاني

mohamad.Khaled
Автор

class Logger {
void log(String message) {
print(message);
}
}

class FileLogger implements Logger {
@override
void log(String message) {
// Write the message to a file
}
}

mohamedelsyed
Автор

مش فاهم الان المفترض يكون الحوار ع clean architecture
بس أصبح الحوار مقارنه بين native and flutter
ياريت تركزون ع flutter فقط

hungrybear