Build A News App - Define Entities Classes | PART 2 - Flutter Clean Architecture

preview_player
Показать описание
2️⃣Domain Layer | Define Entities Classes

📄The Clean Architecture is the most powerful software design which promotes the separation of concerns and the creation of highly maintainable and flexible software systems, and this can be done by organizing the codebase into independent layers that communicate through defined interfaces.

⚡ SUBSCRIBE HERE⚡

🌐 Social Media

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

Is there something like this you guys did but with firebase? i can't find any decent tutorials for the life of me 😭 and your tutorials are always on point

AmoGa-fb
Автор

what about the model have a model inside it such as
class Classroom{
final List<Student> students;
}
do i need to create student model also in data layer too? or just classroom class fine? thank you

izzahmujahidah
Автор

tried this code. the DataSuccess constructor and DataFailed not working for me

flutterIgnite
Автор

Do we need to make all fiends into props? Isn't ID sufficient since we have it? I am trusting the source in this case.

salsichalivre
Автор

Are data model class and entity is same or different

JagdishOnYT
Автор

in part 1, you haven't install dio package, but here you are importing dio. So, do we need to add dio package ?

BunnyMolester
Автор

Thanks, how if i want sharing entities between multiple features? do I have to copy that entity in each feature or put the entity in the core?

Bauroziq
Автор

Why do you make all fields in the ArticleEntity "nullable" types ?
Surely some of those fields are always going to be present or am I missing something ?
Is it for flexibility and scalability purposes and not having to deal with "required field errors" down the line ?

adamoceallaigh
Автор

is git repository available for this project ?

ashvinpatel
Автор

you are the best help us a lot keep going

tongching