Skip to content
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

Upgrade flutter_inappwebview from 6.0.0 to 6.0.0-beta.22 #29

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
# webview plugin
flutter_inappwebview: 6.0.0
flutter_inappwebview: 6.0.0-beta.22
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is actually being used on the cn_supported branch. Please use cn_supported branch

# plugin to get webview's visible fraction for keyboard height adjustment
visibility_detector: ^0.3.3
# plugin to get when the keyboard is hidden via back (Android)
Expand Down
Loading