This is a simple salon booking demo app built with Flutter and Firebase, featuring a simple and minimal UI.
- Select a service (e.g., haircut, shave)
- Choose a date and time
- Confirm booking
- Booking details are saved in Firestore
bookings (collection)
└── bookingId (document)
├── service_type: "Haircut"
├── date: June 23, 2025 at 12:00:00 AM UTC+5:30
└── status: "pending"

