Diese Readme ist auch auf Deutsch verfügbar.
This is a Cross-Platform Flutter App that displays customizable timetables as well as canteen information for students of the Rosenheim Technical University of Applied Sciences.
The Data shown is not correct and just there for demonstration purposes.
Since this is an unofficial App it unfortunately cannot be released in the App Store or Google Play.
To use this Application on Android phones you can download the latest prebuilt apk.
Ios does not have an easy to use version of the Android apk therefore you will have to build the app from source. To do this you need a Mac or someone who has one since building IOS Apps is only possible under MacOS as of right now. For Android Windows and Linux are also fine.
First you have to follow the steps listed on flutter.dev flutter.dev to setup Flutter on your System.
Now you can clone the repo with
$ git clone https://github.com/devnico/th_rosenheim.git
Now go into the new directory with
$ cd th_rosenheim
and get the required packages with
$ flutter pub get
Make sure your phone is connected and ready. For Android USB Debugging has to be enabled.
For IOS run
$ flutter build ios --release --no-tree-shake-icons && flutter install ios
For Android run
$ flutter build apk --release --no-tree-shake-icons && flutter install apk
Every contribution is very much appreciated. All contributors will get listed below (emoji key):
DevNico 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome.