casdoor / casdoor-flutter-sdk

Flutter SDK for Casdoor, see example at: https://github.com/casdoor/casdoor-flutter-example
https://github.com/casdoor/casdoor
Apache License 2.0
9 stars 13 forks source link

Not works on Flutter Web release #18

Closed pyxiscloud closed 1 year ago

pyxiscloud commented 1 year ago

Hello, I've build release for Web and got this error in Chrome: Uncaught MissingPluginException(No implementation found for method authenticate on channel casdoor_flutter_sdk)

At development stage thats ok, but release is broken

casbin-bot commented 1 year ago

@seriouszyx @ComradeProgrammer @Resulte

hsluoyz commented 1 year ago

@caoshengdong PTAL

caoshengdong commented 1 year ago

@pyxiscloud Cloud you please try this: clear Flutter with flutter clean, delete pubspec.lock, and Invalidate and Restard Android Studio, flutter pub get to restore packages.

pyxiscloud commented 1 year ago

Wow it works! Thank you!