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
renovate d2823b59ff
Some checks are pending
valuya/comptaplan_app/pipeline/head Build queued...
valuya/comptaplan_app/pipeline/pr-dev This commit looks good
Update dependency gradle to v6.9.3
2022-10-21 20:19:43 +00:00
android Update dependency gradle to v6.9.3 2022-10-21 20:19:43 +00:00
images Winbooks Connect migration 2022-01-19 19:11:31 +01:00
ios merge upstream/master 2021-11-28 16:22:57 +01:00
lib Allow to use webview & open ios app store link on ios 2022-01-19 22:05:50 +01:00
tools jenkinsfile & script: Fix passing upload track correctly 2022-01-19 22:18:57 +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 jenkinsfile & script: Fix passing upload track correctly 2022-01-19 22:18:57 +01:00
pubspec.lock Allow to use webview & open ios app store link on ios 2022-01-19 22:05:50 +01:00
pubspec.yaml Bump to build Update pubspec for version 1.0.0+68 2022-01-19 22:16:13 +01:00
README.md Merge remote-tracking branch 'upstream/master' into dev 2021-11-28 16:45:59 +01:00
renovate.json Add renovate.json 2022-04-16 15:49:27 +00: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, ...

See jenkinsfile.

To publish on app store

  • Fork this repo
  • Alter the android and ios config to your liking, package name, key etc
  • Push your branding changes to another repo
  • Set up the jenkins job
  • Merge upstream changes regularly

Adnroid checklist:

  • setup a key.properties file along local.properties
  • load the properties in the app/build.gradle and reference to generate the manaifest

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.