ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
51 stars 50 forks source link

Macos (MissingPluginException(No implementation found for method cleanUpDanglingCalls) #78

Closed abdelaziz-mahdy closed 11 months ago

abdelaziz-mahdy commented 11 months ago

Describe the bug

the auth on macos works but keeps throwing this error, but i was able to complete the process and i was able to authenticate

[EXCEPTION] | 20:0:50 929ms | Unhandled Exception
MissingPluginException(No implementation found for method cleanUpDanglingCalls on channel flutter_web_auth_2)
StackTrace: #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7)
<asynchronous suspension>
#1      FlutterWebAuth2._cleanUpDanglingCalls (package:flutter_web_auth_2/flutter_web_auth_2.dart:87:5)
<asynchronous suspension>
}

Device

Checklist

abdelaziz-mahdy commented 11 months ago

i am very sorry, this was due to me not recompiling the app after upgrading from version 2

ThexXTURBOXx commented 11 months ago

I was in the midst of typing a response when you figured out what's wrong. Thanks for keeping me updated! :) Since this seems to be a very common issue, I will add flutter clean as a general troubleshooting step to the guide, though!

And don't mind!