Functioning Doctor/Healthcare Catalog & Scheduling App created using Dart with Flutter. Stores and loads data from noSQL Firebase.
Project created by : Mukul Shingwani and Modi Saurabh Mehul
git clone https://github.com/Mukulshingwani/medbuddy.git
flutter pub get
flutter run
- Doctors Categorization on basis of the body issues.
- Contact information of the doctor.
- See all the Availabe time slots of doctor.
- Book and cancel an appointment with preferred time slots from anywhere.
- My Appointments section to see your appointments.
The project is currently built using the latest Flutter Master, with Dart 2 enabled.
To build the project, ensure that you have a recent version of the Flutter SDK installed. Then either run flutter run
in the project root or use your IDE of choice.
- Change package name in
AndroidManifest
of all debug, main and profile in app\src. - Change package name in
MainActivity.kt
also change in build.gradle. - Change Google Maps API Key in
AndroidManifest
andAppDelegate.swift
.
- Clone or download
- Build and Run