-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: switch to webview plugins #33
Conversation
@seriouszyx @ComradeProgrammer @Resulte please review |
# [1.4.0](v1.3.0...v1.4.0) (2023-10-15) ### Features * switch to webview plugins ([#33](#33)) ([14dfbb4](14dfbb4))
🎉 This PR is included in version 1.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@fischermario the PR has error, plz fix: https://github.com/casdoor/casdoor-flutter-sdk/actions/runs/6525561445 |
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. |
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: #29