icapps / flutter-background-location-tracker

Flutter background location tracker plugin. (Android / iOS)
MIT License
31 stars 37 forks source link

Tried to automatically register plugins with FlutterEngine but could not find and invoke the GeneratedPluginRegistrant. #10

Closed vanlooverenkoen closed 3 years ago

vanlooverenkoen commented 3 years ago

When the callback is triggered we can not use any plugins.

Tried to automatically register plugins with FlutterEngine (io.flutter.embedding.engine.FlutterEngine@bf31d6c) but could not find and invoke the GeneratedPluginRegistrant.

MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)
vanlooverenkoen commented 3 years ago

Turn out that https://pub.dev/packages/intent was causing the issue in our project. We removed this package & are now using https://pub.dev/packages/android_intent