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
renovate f6e9dec0af
All checks were successful
valuya/embedded-webview/pipeline/pr-master This commit looks good
Update dependency @types/node to v14.18.63
2023-09-24 01:19:03 +00:00
android Update kotlin_version to v1.8.10 2023-02-24 01:12:13 +00: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 Update dependency @types/node to v14.18.63 2023-09-24 01:19:03 +00: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 Lock file maintenance 2023-09-18 01:09:07 +00: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 Update 'renovate.json' 2022-04-23 11:52:43 +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.