An elegant Flutter application to display products fetched from API endpoints. The app showcases product images, names, prices, and descriptions in an expandable card format.
- Features
- Screenshots
- Download
- Getting Started
- Fetch and display products from an API
- Expandable cards to show detailed product information
- Responsive and user-friendly UI
You can download the app from the link below:
To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Nannoy/skyemart
# Go into the repository
$ cd YOUR_REPOSITORY_NAME
# Install dependencies
$ flutter pub get
# Run the app
$ flutter run

