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

Use latest version stable 6.0.0 of flutter_inappwebview #27

Merged
merged 4 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.5"
flutter-version: "3.16.0"
channel: "stable"

# Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:

file_picker: ^5.2.5

pointer_interceptor: ^0.9.3+4
pointer_interceptor: ^0.10.1

dev_dependencies:
flutter_test:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ dependencies:
flutter:
sdk: flutter
# webview plugin
flutter_inappwebview: ^6.0.0-beta.22
flutter_inappwebview: 6.0.0
# 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)
# or "done" (iOS) to reset the editor's height
flutter_keyboard_visibility: ^5.4.0
flutter_keyboard_visibility: ^6.0.0
# plugin to show a color picker for foreground/highlight color
flex_color_picker: ^3.2.0
# plugin to get files from filesystem
file_picker: ^5.2.5
# plugin to show a scrollable number picker for inserting tables
numberpicker: ^2.1.2
# plugin to allow dropdowns and dialogs to be interactable when displaying over the editor
pointer_interceptor: ^0.9.3+4
pointer_interceptor: ^0.10.1
# plugin to help maintain effective Dart standards
flutter_lints: ^2.0.1
# plugin for @internal annotation
Expand Down
Loading