native app as an embedded webview
All checks were successful
valuya/embedded-webview/pipeline/pr-master This commit looks good
|
||
---|---|---|
android | ||
ios | ||
lib | ||
test | ||
tools | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
Jenkinsfile | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md | ||
renovate.json |
embedded_webview
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
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.