Skip to content

TareqAlKushari/Flutter-Doctor-Appointment-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

35 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Flutter Doctor Appointment App 🩺

A modern, full-featured Doctor Appointment Booking App built with Flutter. This project enables users to browse doctors by specialty, view doctor profiles, book appointments, and manage their medical interactions efficiently. It combines a sleek UI with essential functionalities that are ideal for telemedicine startups, hospitals, or independent healthcare professionals.

The project demonstrates best practices in Flutter development, including modular architecture, state management with BLoC and Cubit, REST API integration with Dio and Retrofit, dependency injection using GetIt, and support for localization and theming. With persistent storage, real-time updates, and rich UI elements such as shimmer effects and SVG graphics, the app delivers a seamless user experience across Android, iOS, and web platforms.

πŸ“Έ Screenshots

Splash On Boarding Login Booking
Splash OnBoarding Login Booking
Home Doctor List Profile Booking
Home Doctors Profile Booking

πŸ“± Features

  • Book appointments with doctors
  • User authentication and secure storage
  • Beautiful, responsive UI
  • Localization (multi-language support)
  • Persistent storage and caching
  • Splash screens, shimmer effects, and SVG support
  • Clean code with BLoC/Cubit state management
  • REST API integration using Dio & Retrofit
  • Dependency injection with GetIt
  • Ready for Android, iOS, Web, macOS, Linux

πŸ“¦ Tech Stack

  • Flutter (Dart 3.8+)
  • State Management: flutter_bloc, freezed
  • Networking: dio, retrofit, pretty_dio_logger
  • Dependency Injection: get_it
  • Localization: intl, easy_localization
  • Persistence: shared_preferences, flutter_secure_storage, cached_network_image
  • UI: shimmer, shimmer_animation, flutter_svg, flutter_screenutil
  • Firebase: firebase_core

πŸš€ Getting Started

Prerequisites

  • Flutter SDK 3.8.1 or higher
  • Dart SDK
  • Android Studio/Xcode/VS Code
  • (Optional) Firebase project setup for cloud features

Installation

  1. Clone the repository:

    git clone https://github.com/TareqAlKushari/Flutter-Doctor-Appointment-App.git
    cd Flutter-Doctor-Appointment-App
  2. Install dependencies:

    flutter pub get
  3. Run code generation (if needed):

    flutter pub run build_runner build --delete-conflicting-outputs
  4. Configure assets:

    • Place your images in assets/images/
    • Place your SVGs in assets/svgs/
    • Update pubspec.yaml if you add other asset folders
  5. Run the app:

    flutter run

🧾 Project Structure

  • lib/main.dart β€” App entry point
  • lib/doc_app.dart β€” Main app widget and routing
  • lib/core/ β€” Core utilities, themes, shared components
  • lib/features/ β€” Feature modules (authentication, booking, profile, etc.)
  • assets/ β€” Images and SVGs
  • Platform folders: android/, ios/, web/, macos/, linux/

Configuration

  • Localization: Edit assets under the localization section in pubspec.yaml.
  • Splash Screen: Edit flutter_native_splash.yaml and run flutter pub run flutter_native_splash:create.

Scripts

  • Test: flutter test
  • Lint: flutter analyze

Acknowledgements

🀝 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

πŸ“œ License

This project is open-source and available under the MIT License.

πŸ™‹β€β™‚οΈ Author

Tareq Al-Kushari GitHub β€’ LinkedIn β€’ Facebook β€’ Instagram β€’ X β€’ Email β€’ Portfolio Website

If you found this helpful, don't forget to star the repo and share it with others! ⭐

About

The Flutter Doctor Appointment App is a robust, cross-platform application built with Flutter, designed to streamline the process of booking and managing doctor appointments. The project demonstrates best practices in Flutter development, including modular architecture, state management with BLoC and Cubit, and REST API integration with Dio ....

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors