comptaplan back to embedded webiew
This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
cghislai 28a90263f6
Some checks failed
gestemps/comptaplanapp/pipeline/head There was a failure building this commit
jenkins: fix keystore conf
2021-11-27 18:20:19 +01:00
android Comptaplan config 2021-11-27 17:51:36 +01:00
ios Comptaplan config 2021-11-27 17:51:36 +01:00
lib Initial commit 2021-11-27 17:04:09 +01:00
test Comptaplan config 2021-11-27 17:51:36 +01:00
tools jenkins: fix keystore conf 2021-11-27 18:20:19 +01:00
.gitignore Initial commit 2021-11-27 17:04:09 +01:00
.metadata Initial commit 2021-11-27 17:04:09 +01:00
analysis_options.yaml Initial commit 2021-11-27 17:04:09 +01:00
Jenkinsfile jenkins: fix keystore conf 2021-11-27 18:20:19 +01:00
pubspec.lock Initial commit 2021-11-27 17:04:09 +01:00
pubspec.yaml Comptaplan config 2021-11-27 17:51:36 +01:00
README.md Comptaplan config 2021-11-27 17:51:36 +01:00

comptaplan_app

An embedded webview

Build-time env config: APP_TITLE=The app title which does not appear used much APP_URI=THe uri to load APP_COLOR=The color to use a theme that does not appear used much

Pass them to dart usign --dart-define: --dart-define="APP_TITLE=test" --dart-define="APP_URI=https://www.charlyghislain.com"

Pass those flags to flutter run, ...

To publish on app store

  • Clone this repo
  • Alter the android and ios config to your liking, package name, key etc
  • Publish

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.