Instagram Clone Clean Architecture – Part 10
The time we have waited so far is finally here, in this part we will finally be calling the methods in our UI and you’ll see all the code up…
The time we have waited so far is finally here, in this part we will finally be calling the methods in our UI and you’ll see all the code up…
We’re almost done with our app user methods, and app architecture. We got small pieces of code in out app which is separated according to the principle of the Clean…
Every developer in this universe write code, but it sounds really nice when someone says this developer writes clean code. As flutter framework got only Dart language to write UI…
(Instagram Clone Clean Architecture) In the last article we’ve put some effort in our Domain Layer for User, we created a contract class which for now only contains the User…
Get the Project Source Code In the first 5 Parts of this series, you learned some core concepts of Clean Architecture and with this we’ve created bunch of folders in…
Get the Project Source Code https://youtu.be/XMPSU8etwIc In the previous article we’ve successfully designed all of the pages of our Instagram application, and in this article we’re going to do Routing…
Get the Project Source Code In the last article we’ve designed main screen of our instagram application which includes the pages like Home, Search, Post, Activity, and Profile we’ve designed…
Get the Project Source Code https://youtu.be/UCyO3ZUAKro In the last article we’ve designed credential pages of our instagram app, and with this we’ve learned how can we keep our UI code…
https://youtu.be/yD6LSn6Fjrg Get the Project Source Code The user interface (UI) is the space where the interaction between humans and machines occur. The UI design prioritizes the user’s visual experience. A…
https://youtu.be/X74sWiaPUgQ Get the Project Source Code Unlike any other frameworks keeping your code clean and maintainable becomes even truer in case of Flutter. Because In Flutter we write logics and…