Skip to content

OPTIMISE-Platform/mobile_app

Repository files navigation

OPTIMISE mobile app

Android

The android app can be downloaded from the releases page.

Other platforms

In development

Project Init

  • add key.properties to /android
  • add sepl.keystore to /android
  • add .env to /
  • add the following script to /.git/hooks as 'pre-commit'
#!/bin/bash

perl -i -pe 's/^(version:\s+\d+\.\d+\.)(\d+)(\+)(\d+)$/$1.($2+1).$3.($4+1)/e' pubspec.yaml
git add pubspec.yaml

Development Setup

Supported setup: Android Studio Hedgehog | 2023.1.1 Patch 2 SDK Platform: Android 13 SDK CLI Tools: 10 Flutter: 3.7.1