Safarnama is a Tours & Travel Booking App built with Flutter. The app allows users to explore various travel packages, book them, add packages to their favorites, and view all their bookings. It showcases a clean UI with full backend functionality using Firebase.
Note: This app is for demonstration purposes only and does not offer real travel packages.
- Browse Travel Packages: Users can view various travel packages with details like location, price, and duration.
- Book a Package: Users can book their desired travel packages.
- Add to Favorites: Users can add travel packages to their favorites for easy access later.
- View Bookings: Users can view all their bookings in one place.
- Firebase Integration: The app uses Firebase for authentication, data storage, and backend management.
- Clone the repository:
git clone https://github.com/thelameone/safarnama.git
- Navigate to the project directory:
cd safarnama
- Install dependencies:
flutter pub get
- Run the app on your device/emulator:
flutter run
Contributions are welcome! To contribute:
- Fork this repository.
- Create a new branch for your feature/bugfix.
- Commit your changes.
- Push your branch and create a pull request