An online shopping app
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/TheBoy-WhoCode/shopme.git
# Go into the repository
$ cd shopme
# Install dependencies
$ flutter pub get
# Run the app
$ flutter run| Package | Description |
|---|---|
| cached_network_image | For caching images |
| http | For making network request |
| dio | For making advanced network request |
| get | State management |
