native app as an embedded webview
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
2022-04-16 16:32:31 +00:00
android Fixes 2021-11-28 16:23:38 +01:00
ios Fixes 2021-11-28 15:50:12 +01:00
lib Upgrade webview 2021-11-28 15:44:08 +01:00
test Clean up & add packaging scripts 2021-11-28 15:42:28 +01:00
tools Fixes 2021-11-28 15:50:12 +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 Fix 2021-11-28 17:19:20 +01:00
pubspec.lock Upgrade webview 2021-11-28 15:44:08 +01:00
pubspec.yaml Upgrade webview 2021-11-28 15:44:08 +01:00
README.md Update readme 2021-11-28 16:41:26 +01:00
renovate.json Add renovate.json 2022-04-16 15:49:41 +00:00

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.