How Do I create categories for E-commerce app?

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.

I wish to create categories like this using API in the future. Can anyone suggest me?

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)

Leave a Reply

Your email address will not be published. Required fields are marked *