iosWebViewFix/android
Ben Bieker a7100ae0cc
Fix config options for Android release builds
Using reflection was not a good idea because when the Android App is
compiled for release mode, some code optimizations are executed. The
fields of the configuration classes were then renamed and the mapping
via reflections did not work again. Now everything has an explicit
mapping form the untyped HashMap to the class fields and vice versa.
2020-03-09 13:48:48 +01:00
..
.idea upgrade to androidX 2019-03-11 08:14:26 +01:00
gradle/wrapper added support for iOS inline native WebView integrated in the flutter widget tree (#18, #45), fix #54 #38 #26 #32 #33 #29 #15 2019-03-11 03:34:58 +01:00
src/main Fix config options for Android release builds 2020-03-09 13:48:48 +01:00
.gitignore first commit 2018-09-14 02:21:51 +02:00
build.gradle renamed plugin to flutter_inappwebview 2019-11-29 16:59:18 +01:00
proguard-rules.pro renamed plugin to flutter_inappwebview 2019-11-29 16:59:18 +01:00
settings.gradle renamed plugin to flutter_inappwebview 2019-11-29 16:59:18 +01:00