rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
287 stars 321 forks source link

Use of other plugin in callback #318

Open umerfarooq7111 opened 2 years ago

umerfarooq7111 commented 2 years ago

I'm getting "MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)"

In AndroidManifest file android:name="${applicationName}"

In pub.spec

sdk: '>=2.12.0 <3.0.0'

background_locator: ^1.6.6

I have followed https://github.com/rekabhq/background_locator/wiki/Use-other-plugins-in-callback

Anyone can help

Yukams commented 2 years ago

Ok so if anyone has this problem, follow this for shared_preference and this for path_provider.

Edit : This is not an issue related to background_locator, it's directy from Flutter framework.