Issue
I wish to create the UI for categories section but I am confused whether building UI first will make my code unstructured so in the Future I cannot add APIs to fetch the category that the user is clicking.
Solution
Just design your desired UI and later you will implement your APIs. In Flutter make sure that you work on UI and API together.
Answered By – Vaidarbhi
Answer Checked By – Mary Flores (FlutterFixes Volunteer)