A sleek, modern travel management mobile app built with Flutter and SQLite, designed to help users explore, save, and book hotels across multiple destinations.
- 🏨 Hotel Listing: Browse beautiful hotel listings with detailed information.
- 💖 Favorites: Save your favorite hotels to revisit later.
- 📍 Map View: View hotel locations on an interactive map.
- 📆 Booking System: Book your hotel and store bookings locally.
- 🔍 Search Functionality: Quickly search hotels by name or city.
- 🗂️ Offline Support: All data is stored locally using SQLite.
- Flutter (Dart)
- SQLite (with
sqfliteplugin) - Provider / State Management
- Material Design UI
- Google Maps Flutter Plugin
- Flutter SDK
- Android Studio / VS Code
git clone https://github.com/your-username/travel_manager.git
cd travel_manager
flutter pub get
flutter run🙌 Contributing Pull requests are welcome! If you’d like to contribute, fork the repo and use a feature branch.
git checkout -b feature/your-feature-name
Made with 💙 in Flutter