From 698a84d0d8eaf4e0b16d6027e60ea88b155d5213 Mon Sep 17 00:00:00 2001 From: Jesse Framework <61049847+jesseframework@users.noreply.github.com> Date: Wed, 24 Jun 2020 08:00:22 -0500 Subject: [PATCH] Update INSTALL-ANDROID.md --- help/INSTALL-ANDROID.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/help/INSTALL-ANDROID.md b/help/INSTALL-ANDROID.md index 2d3ed2b..5230236 100644 --- a/help/INSTALL-ANDROID.md +++ b/help/INSTALL-ANDROID.md @@ -140,6 +140,8 @@ class Application : FlutterApplication(), PluginRegistry.PluginRegistrantCallbac override fun registerWith(registry: PluginRegistry) { GeneratedPluginRegistrant.registerWith(registry); + //If you are using Flutter (Channel master, 1.20.0-1.0.pre.81, on Microsoft Windows [Version + //10.0.18363.900], locale en-US) this will GeneratedPluginRegistrant.registerWith(registry) will not work you must replace //with GeneratedPluginRegistrant.registerWith((FlutterEngine) registry); } } ```