The Doctor Appointment & Ambulance Management System is a Flutter application designed to streamline healthcare services. This project allows users to book appointments with doctors, manage patient details, and efficiently handle ambulance services.
- Flutter
- Firebase (for authentication and data storage)
- ✅ User Authentication: Secure login for admins, doctors, and patients.
- ✅ Doctor Appointment System: Book and manage appointments with doctors.
- ✅ Ambulance Management: View and manage ambulance statuses.
- ✅ Booking System: Easy booking of ambulances with real-time updates.
- ✅ User Profiles: Manage user information and preferences.
doctor_appointment_app/
├── android/ # Contains all Android-specific configurations and files
│ ├── app/ # The main application module
│ │ ├── build.gradle # Gradle build configuration for the app
│ │ └── ... # Other app-related files
│ ├── gradle/ # Gradle wrapper files
│ └── build.gradle # Top-level Gradle configuration
├── lib/ # Contains all Dart code for the application
│ ├── controller/ # Directory for controllers
│ ├── model/ # Directory for data models
│ ├── screens/ # Directory for different screens
│ └── main.dart # Entry point of the Flutter application
├── pubspec.yaml # Flutter package configuration file
└── README.md # Documentation for the project
Developed by Jam Ali Hassan
Made with ❤️ using Flutter and Firebase







































