A cross-platform mobile application developed using Flutter to streamline parking automation with real-time synchronization using Firebase. The app ensures a seamless and consistent experience across both iOS and Android platforms.
- 🔄 Cross-Platform Compatibility: Works smoothly on both iOS and Android.
- 🎨 Modern UI/UX: Clean and user-friendly Flutter-based interface.
- 🔐 Firebase Integration: Real-time database, authentication, and cloud functions.
- 📅 Efficient Project Management: Timely deliveries with maintained design quality.
- Flutter - UI Toolkit for cross-platform development
- Firebase - Backend (Authentication, Firestore, Realtime Database, Cloud Functions)
- Dart - Programming Language
- Android Studio / Xcode - Development Tools
- GitHub - Version Control
(Add your app screenshots here)
**lib/ ├── main.dart ├── screens/ │ └── home_screen.dart │ └── booking_screen.dart ├── widgets/ │ └── custom_button.dart ├── services/ │ └── firebase_service.dart

