rsflutterapp

Bahnhofsfoto-App for Android and iOS using Flutter
git clone git://archive.git.mtrnord.blog/MTRNord/rsflutterapp.git
Log | Files | Refs | README

commit e4288818ecfdff071512aff641665cca4c1c3ede
parent d691d8f73f27ee8d8d20fe46c65f911a09512869
Author: Marcel <mtrnord1@gmail.com>
Date:   Sun, 23 Feb 2020 21:12:51 +0100

Update Readme with download and build instructions

Took 9 minutes

Diffstat:
MREADME.md | 41+++++++++++++++++++++++++++++++++++++++--
1 file changed, 39 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -2,4 +2,42 @@ # Bahnhofsfotos -Bahnhofsfoto-App for Android and iOS using Flutter (focused on iOS) -\ No newline at end of file +Bahnhofsfoto-App for Android and iOS using Flutter (focused on iOS) + +## Where to get the App from (Android) + +1. Open https://github.com/MTRNord/RSFlutterApp/actions?query=is%3Asuccess +2. Click the very first task +3. Download the app-debug.apk artifact +4. Unpack that zip file +5. Install the contained apk file + +## How to build iOS + +### Requirements + +* XCode +* Apple PC +* Flutter + +### Steps + +Please follow the official Flutter guide over at https://flutter.dev/docs/deployment/ios + +## How to build Android + +### Requirements + +* Android SDK +* Flutter + +### Steps + +#### Debug Build + +Simply run `flutter build apk --debug` to get an apk or run `flutter build appbundle --debug` to get a debug appbundle + +#### Release Build + +1. Make sure you either have the right signing keys or generate a new one and change android/app/build.gradle accordingly. +2. Simply run `flutter build apk` to get an apk or run `flutter build appbundle` to get an appbundle