Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schaerfo/journeyplanner
Plan your train journeys more flexibly
https://github.com/schaerfo/journeyplanner
android app flutter mobile public-transport trains
Last synced: 11 days ago
JSON representation
Plan your train journeys more flexibly
- Host: GitHub
- URL: https://github.com/schaerfo/journeyplanner
- Owner: schaerfo
- License: gpl-3.0
- Created: 2023-10-08T14:27:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T16:08:08.000Z (over 1 year ago)
- Last Synced: 2024-11-30T22:27:36.874Z (2 months ago)
- Topics: android, app, flutter, mobile, public-transport, trains
- Language: Dart
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Journey Planner
[![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)](https://gitmoji.dev)
Plan your train journeys more flexibly than is possible with traditional apps.
## Download
Currently, no packages are provided. To use Journey Planner,
you have to download the source code and build it yourself (see below).## Building
Since Journey Planner is built with [Flutter](https://flutter.dev),
you first have to [set up the flutter toolchain](https://docs.flutter.dev/get-started/install).
Then, building the app is as simple as running```sh
flutter build apk
```## Project Status
Journey Planner is currently an early preview for everyone interested to try out,
give feedback and maybe make suggestions on the direction of the development.