1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-01-26 19:52:59 +00:00
2021-04-28 08:59:09 +02:00
2021-04-27 12:06:17 +02:00
2019-04-21 10:34:27 +02:00
2021-03-14 17:35:29 +01:00
2021-04-27 19:12:03 +02:00
2019-04-21 10:34:27 +02:00
2021-03-13 18:37:39 +01:00
2021-04-27 11:05:58 +02:00
2021-04-27 11:05:58 +02:00
2019-06-24 18:28:11 +02:00

comunic

A Comunic client written with flutter

Getting Started on Android

Flavors

Application appearance & Title

  • stable : For main releases
  • beta : For intermediate releases

Build types

Beta

No special configuration is required. Use the lib/main_dev.dart file as entrypoint to the application.

Releases

To make release builds, the application needs to be signed. Create a file named key.properties in the android directory with the following content:

storePassword=store password
keyPassword=key password
keyAlias=key alias
storeFile=path to keystore file

Use the lib/main_online.dart as entry point to the application.

Building

Now choose a flavor and build the application using :

# Generic command
flutter build apk --flavor BUILD_FLAVOR -t ENTRY_POINT

# Example
flutter build apk --flavor beta -t lib/main_online.dart
Description
No description provided
Readme 2.1 MiB
Languages
Dart 97.2%
Java 1.9%
Ruby 0.3%
HTML 0.2%
Shell 0.1%
Other 0.1%