From 2005fd437f5713cd50462bc0947c43939dbe43e3 Mon Sep 17 00:00:00 2001 From: cghislai Date: Sat, 27 Nov 2021 18:30:36 +0100 Subject: [PATCH] fix --- README.md | 6 ++++++ lib/main.dart | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 195be10..7168e8e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/lib/main.dart b/lib/main.dart index 819b254..24038d4 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -25,8 +25,6 @@ class MyApp extends StatelessWidget { home: WebView( initialUrl: this._uri, javascriptMode: JavascriptMode.unrestricted, - zoomEnabled: true, - allowsInlineMediaPlayback: true, )); }