- 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 get
to install all app packages. - setup a firebase project.
- setup the firebase web project by adding your firebase config in a
firebase-config.js
file in web directory. - setup the firebase android project by adding your
google-services.json
file inandroid/app
directory. - run
flutter run
to start your app.