GrowPal Cross-Platform App Written In Flutter
This project aims to build a platform for small scale business owners in apartment societies to connect and sell their products. Business owners now just advertise their products on common WhatsApp groups which becomes spam after a while and the group is muted. This voids any kind of advertisement or online representation for these small scale sellers. You might have seen this happening to people in your apartment society who sell Tupperware bottles, cooking services, small accessories, etc.
This project is built on Flutter and the Material UI Library. We aim to integrate it with an SQL Database server later during the development of this application.
- Fork this repository
- Clone it to your local machine
- Open the project using android studio or any editor of your choice
- Run
flutter packages get -v
inside the project directory - Run your project on your prefered emulator/device. For android studio, just use the run button at the top right. For other editors, refer documentation or search online.
- Refer CONTRIBUTE.md for contribution guidelines