A Congress Fahrplan App written in Flutter
Build the app using flutter build apk --split-per-abi
.
Increment the flutterVersionCode
and flutterVersionName
in android/app/build.gradle
as well as version
in pubspec.yaml
Required key.properties
in ./android/
.
Content:
storePassword=<Keystore Password>
keyPassword=<Key Password>
keyAlias=<Alias>
storeFile=<Location of the Keystore>
When building on Windows: Make sure that the location only includes \\
and no \
.
All contributions are welcome, especially in the following areas:
- iOS support
- F-Droid support
SPDX-License-Identifier: GPL-2.0-only
The full version of the license can be found in LICENSE.
Copyright (C) 2019-2021 Benjamin Schilling