Instagram Clone Clean Architecture – Part 6
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 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…