fix
Some checks failed
gestemps/comptaplanapp/pipeline/head There was a failure building this commit
Some checks failed
gestemps/comptaplanapp/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a1dd4055a3
commit
2005fd437f
|
@ -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.
|
||||
|
|
|
@ -25,8 +25,6 @@ class MyApp extends StatelessWidget {
|
|||
home: WebView(
|
||||
initialUrl: this._uri,
|
||||
javascriptMode: JavascriptMode.unrestricted,
|
||||
zoomEnabled: true,
|
||||
allowsInlineMediaPlayback: true,
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue
Block a user