mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
265 stars 125 forks source link

Missing Plug In #72

Closed FnJSoftware closed 3 years ago

FnJSoftware commented 3 years ago

When I tap the button - show maps - I get the following

Exception has occurred. MissingPluginException (MissingPluginException(No implementation found for method getInstalledMaps on channel map_launcher))

Have I missed something here?

mattermoran commented 3 years ago

Did you rebuild your app after adding the plugin?

On Tue, Apr 20, 2021, 12:53 FnJSoftware @.***> wrote:

When I tap the button - show maps - I get the following

Exception has occurred. MissingPluginException (MissingPluginException(No implementation found for method getInstalledMaps on channel map_launcher))

Have I missed something here?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mattermoran/map_launcher/issues/72, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHCWAAVMJUQIQQGQ6S5ZH3DTJUCFXANCNFSM43HLS7HQ .

FnJSoftware commented 3 years ago

Hi

Yes, clean build

Thanks James

On Tue, Apr 20, 2021 at 1:34 PM Alex Miller @.***> wrote:

Did you rebuild your app after adding the plugin?

On Tue, Apr 20, 2021, 12:53 FnJSoftware @.***> wrote:

When I tap the button - show maps - I get the following

Exception has occurred. MissingPluginException (MissingPluginException(No implementation found for method getInstalledMaps on channel map_launcher))

Have I missed something here?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mattermoran/map_launcher/issues/72, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AHCWAAVMJUQIQQGQ6S5ZH3DTJUCFXANCNFSM43HLS7HQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mattermoran/map_launcher/issues/72#issuecomment-822986264, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRTZQWLF6DQZP2MH5EAPSDTJUG6VANCNFSM43HLS7HQ .

-- James Armstrong LL.M FnJ Software Ltd

James.armstrong@FnJSoftware.com 1863 Davenport House 261 Bolton Road Bury Gtr Manchester BL8 2 NZ United Kingdom

mattermoran commented 3 years ago

That error message just means that native part of the plugin was not bundled properly during build steps and it usually helps to just run flutter clean and uninstalling the app. There are couple issues with similar error and those steps help If that still doesn't do anything for you then you can provide output of flutter doctor, your pubspec.yaml and platform you running on

FnJSoftware commented 3 years ago

Hi

Thanks, I have now fully uninstalled from my device and a clean build.

Now working, thanks

Thank you for you prompt response I really appreciate that

James

On Tue, Apr 20, 2021 at 2:11 PM Alex Miller @.***> wrote:

That error message just means that native part of the plugin was not bundled properly during build steps and it usually helps to just run flutter clean and uninstalling the app. There are couple issues with similar error and those steps help If that still doesn't do anything for you then you can provide output of flutter doctor, your pubspec.yaml and platform you running on

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mattermoran/map_launcher/issues/72#issuecomment-823001306, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRTZQU66DWS3O6JNDSQQBDTJULHRANCNFSM43HLS7HQ .

-- James Armstrong LL.M FnJ Software Ltd

James.armstrong@FnJSoftware.com 1863 Davenport House 261 Bolton Road Bury Gtr Manchester BL8 2 NZ United Kingdom

mattermoran commented 3 years ago

No problem. Glad it works for you now :)