🔰 Demo Video : https://youtu.be/DwPL5LmwvXI?si=Rq38S2UF9OuObj8Q
📱 Prototype on Behance : https://www.behance.net/gallery/210901325/Bus-Guide-LK-App-Prototype
This is a mobile application designed to streamline the process of booking a desired bus.
- Bus Schedule and Tracking Feature
- Bus Booking Feature
- Bus Help and Safety Feature
- Bus News and Alerts Feature
- Flutter: For building the cross-platform mobile application.
- Dart: The programming language used by Flutter.
- Firebase: For backend services including authentication, database, and storage.
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/SadeeshaPerera/bus_booking_app.git
- Navigate to the project directory:
cd bus_booking_app
- Install dependencies:
flutter pub get
- Run the app:
flutter run
Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.