Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throwing Missing Plugin Exception #32

Closed
anugrahkora opened this issue May 27, 2024 · 3 comments
Closed

Throwing Missing Plugin Exception #32

anugrahkora opened this issue May 27, 2024 · 3 comments

Comments

@anugrahkora
Copy link

Version : 3.4.1

causing repetitve crashes ->

Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: MissingPluginException(No implementation found for method setAccelerationSamplingPeriod on channel dev.fluttercommunity.plus/sensors/method)
at MethodChannel._invokeMethod(platform_channel.dart:308)

@Abdelazeem777
Copy link
Owner

It's related to the shake package because it depend on an old version of sensor_plus package
So once they update their package dependencies, this issue will be fixed

For more info please check this issue

@Padi142
Copy link

Padi142 commented Oct 18, 2024

If anyone is looking for a quick workaround, you can add this to your pubspec.yaml:

dependency_overrides:
  sensors_plus_platform_interface: '1.1.3'

Seems like the shake library is no longer maintained :/

@Abdelazeem777
Copy link
Owner

Fixed on v4.1.1 🚀.
closing this issue for now, but feel free to reopen it again if you are still facing the same behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants