BUS-ically on time is a mobile application developed using Flutter that allows users to track buses at each stop. The app relies on the Carris public API to provide real-time information about bus schedules and locations.
- View real-time bus information at each stop.
- Track bus locations on a map.
- Receive notifications about bus arrivals and delays.
- Framework: Flutter
- API: Carris public API
This project is currently in very early development. Features and functionalities are subject to change as development progresses.
- Learning: The main reason is for my own personal development
- Convenience: The official carris app only works in Lisbon and their website is very slow for my old smartphone
To get started with the development or contribute to the project, please follow these steps:
- Clone the repository:
git clone https://github.com/0lione/app.git
- Navigate to the project directory:
cd app
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
We welcome contributions! Please feel free to submit issues, fork the repository and send pull requests.