Click over the photo to see the application presentation
I have great interests in digital art and illustrations.See this repo to see some samples of my artworks. So, I wanted to create my own mobile app which will showcase my artworks to interested people.
- A Responsive UI for Users
- Catagorical Sort of Art works
- Discounted packages
- Popular packages
- Adding in cart
- Adding favorite artwork in your wishlist
- Simple client information checkout
- software development kit (SDK): Flutter
- Language: Dart
- Database: Firebase
clean flutter project first:
flutter clean
clear pub caches
flutter pub cache repair
Install the dependencies
flutter pub get
Now set up your firebase and add category and product in firebase database collection. Then install Android emulator, open it and run in your terminal.
flutter run