Flutter Assignment - Design the single -page Flutter application.
- It is a single page flutter project which will display the products that are present in the database which will be fectched using REST API.
- For making http requests http: ^0.13.5 SDK is used.
- Data is shown in the homepage using GridView and Crad widget.
Steps To run this application
- Clone this repository to your local device.
- Make sure you have installed flutter succesfully.
- Open the enitre folder in vs code and type flutter run in terminal then hit enter.
