- clients do not easily find the medications they need resulting in a waste of time.
- This application helps the user to find a nearby pharmacy that contains the medicine they are looking for.
- Functionality:
- Authentication and authorization.
- look for medicines.
- publish the availability of medicines.
- Notify Customers Every Day with Health Tips.
- add medicines documentaries.
- clone this repo:
git clone https://github.com/cs-fedy/pharmap.git - run
flutter pub getto install all app packages. - setup a firebase project.
- setup the firebase web project by adding your firebase config in a
firebase-config.jsfile in web directory. - setup the firebase android project by adding your
google-services.jsonfile inandroid/appdirectory. - run
flutter runto start your app.