README.md (1048B)
1  2 3 # Bahnhofsfotos 4 5 Bahnhofsfoto-App for Android and iOS using Flutter (focused on iOS) 6 7 ## Where to get the App from (Android) 8 9 1. Open https://github.com/MTRNord/RSFlutterApp/actions?query=is%3Asuccess 10 2. Click the very first task 11 3. Download the app-debug.apk artifact 12 4. Unpack that zip file 13 5. Install the contained apk file 14 15 ## How to build iOS 16 17 ### Requirements 18 19 * XCode 20 * Apple PC 21 * Flutter 22 23 ### Steps 24 25 Please follow the official Flutter guide over at https://flutter.dev/docs/deployment/ios 26 27 ## How to build Android 28 29 ### Requirements 30 31 * Android SDK 32 * Flutter 33 34 ### Steps 35 36 #### Debug Build 37 38 Simply run `flutter build apk --debug` to get an apk or run `flutter build appbundle --debug` to get a debug appbundle 39 40 #### Release Build 41 42 1. Make sure you either have the right signing keys or generate a new one and change android/app/build.gradle accordingly. 43 2. Simply run `flutter build apk` to get an apk or run `flutter build appbundle` to get an appbundle