fix
Some checks failed
gestemps/comptaplanapp/pipeline/head There was a failure building this commit

This commit is contained in:
cghislai 2021-11-27 18:30:36 +01:00
parent a1dd4055a3
commit 2005fd437f
2 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,12 @@ Pass those flags to flutter run, ...
- Alter the android and ios config to your liking, package name, key etc
- Publish
## 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.

View File

@ -25,8 +25,6 @@ class MyApp extends StatelessWidget {
home: WebView(
initialUrl: this._uri,
javascriptMode: JavascriptMode.unrestricted,
zoomEnabled: true,
allowsInlineMediaPlayback: true,
));
}