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

feat: switch to webview plugins #33

Closed fischermario closed 8 months ago

fischermario commented 8 months ago

Update to the SDK to realize cross-platform support as discussed in #29

Note: this does not break the current API.

An update to the example will follow soon!

Fix: https://github.com/casdoor/casdoor-flutter-sdk/issues/29

casbin-bot commented 8 months ago

@seriouszyx @ComradeProgrammer @Resulte please review

hsluoyz commented 8 months ago

:tada: This PR is included in version 1.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

hsluoyz commented 8 months ago

@fischermario the PR has error, plz fix: https://github.com/casdoor/casdoor-flutter-sdk/actions/runs/6525561445

image

fischermario commented 8 months ago

We need major version 6.x of the flutter_inappwebview package. Unfortunately this version is still a prerelease which is why the sdk build fails. I'm sorry - I was not aware of that. I will try to find a solution.

fischermario commented 8 months ago

@hsluoyz Please merge PR #34 asap because this is also a critical bugfix. Thank you!