medyas / flutter_qiblah

Flutter Qiblah is a plugin that allows you to display Qiblah direction in you app with support for both Android and iOS.
https://pub.dev/packages/flutter_qiblah
MIT License
134 stars 97 forks source link

MissingPluginException #28

Closed wackyapps closed 1 year ago

wackyapps commented 2 years ago

E/flutter ( 1808): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method checkPermissionStatus on channel flutter.baseflow.com/permissions/methods) E/flutter ( 1808): #0 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:175 E/flutter ( 1808): E/flutter ( 1808): #1 MethodChannelPermissionHandler.checkPermissionStatus package:permission_handler_platform_interface/…/method_channel/method_channel_permission_handler.dart:16 E/flutter ( 1808): E/flutter ( 1808):

image

image

My Pubspec.yaml

image

wackyapps commented 2 years ago

@medyas would you help me on this?

medyas commented 2 years ago

@wackyapps the issue is happening because the dependency_override. If you remove it, you won't have this crash. will try to update the package dependencies on i have time

AhmedElhenidy commented 2 years ago

just make flutter clean uninstall the app then run

maah75 commented 2 years ago

Greeting I have the same issue

Because flutter_qiblah >=2.0.2 depends on geolocator ^7.6.0 and ... depends on geolocator ^8.2.0, flutter_qiblah >=2.0.2 is forbidden.

Please if you can help us with update

AhmedElhenidy commented 2 years ago

change geolocator from 8.2.0 to 7.6.0