-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[webview_flutter] Adds support to control overscrolling #8451
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
34ddd2f
add scrollmode
bparrishMines 1d3902a
Merge branch 'main' of github.com:flutter/packages into android_overs…
bparrishMines 5bb0696
Merge branch 'main' of github.com:flutter/packages into android_overs…
bparrishMines 4d3d081
add platform updates
bparrishMines 01da228
fix docs
bparrishMines 4e50d1b
Merge branch 'main' of github.com:flutter/packages into android_overs…
bparrishMines acb1363
update mocks and add webview flutter test
bparrishMines 6ba6cf5
export overscroll mode
bparrishMines 0f923bd
undo web
bparrishMines d52fc36
android impl test
bparrishMines 0d0df61
ios tests
bparrishMines 63d7fdc
Merge branch 'main' of github.com:flutter/packages into android_overs…
bparrishMines 78ef3c7
Merge branch 'main' of github.com:flutter/packages into android_overs…
bparrishMines b297998
add destroy back in
bparrishMines fadbd3e
add default behavior
bparrishMines 5b45350
forgot value
bparrishMines 1b18d6c
Merge branch 'main' of github.com:flutter/packages into android_overs…
bparrishMines f89d0ab
Merge branch 'main' of github.com:flutter/packages into android_overs…
bparrishMines e90b60a
version bump
bparrishMines c036f7d
fix changelog
bparrishMines ffc8dd4
pubspec changes
bparrishMines 6a09a85
flutter version bump
bparrishMines ea6d045
Merge branch 'main' of github.com:flutter/packages into android_overs…
bparrishMines File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ name: webview_flutter | |
description: A Flutter plugin that provides a WebView widget backed by the system webview. | ||
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter | ||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22 | ||
version: 4.10.0 | ||
version: 4.11.0 | ||
|
||
environment: | ||
sdk: ^3.5.0 | ||
flutter: ">=3.24.0" | ||
sdk: ^3.6.0 | ||
flutter: ">=3.27.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is the minimum version for |
||
|
||
flutter: | ||
plugin: | ||
|
@@ -21,9 +21,9 @@ flutter: | |
dependencies: | ||
flutter: | ||
sdk: flutter | ||
webview_flutter_android: ^4.0.0 | ||
webview_flutter_platform_interface: ^2.10.0 | ||
webview_flutter_wkwebview: ^3.15.0 | ||
webview_flutter_android: ^4.4.0 | ||
webview_flutter_platform_interface: ^2.11.0 | ||
webview_flutter_wkwebview: ^3.19.0 | ||
|
||
dev_dependencies: | ||
build_runner: ^2.1.5 | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.