Tag: tutorial
Flutter: How to Create a Custom Text Widget 2022
While developing the Flutter app, sometimes the code might get too messy, so it’s hard to read and maintain. This might happened not because the code is bad, or written…
Read more »Organized Navigation Named Route in Flutter 2022
Navigate pages with a named route in flutter is probably one of the most common methods to use when you create an application. Named route helps you organize the code and simply navigate…
Read more »Create a Sidebar Menu in Flutter 2022
The sidebar menu is probably a “must-have” when you create any flutter applications. It helps you to organize your action links in the app. There are many reasons why would…
Read more »