This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[webview_flutter_wkwebview] Implement one callback method for review of the design #5700
Merged
Merged
Changes from 41 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
7c363fd
dart side of implementation
bparrishMines 2e55266
objc side of callback impl
bparrishMines 4a12eaa
documentation and a test messenger
bparrishMines 6bc048b
dart side update
bparrishMines 4efa9a1
objc side
bparrishMines f9d54e2
formatting
bparrishMines 2f73074
Merge branch 'main' of github.com:flutter/plugins into callbacks
bparrishMines ddfde5c
handles
bparrishMines 96c21ae
some fixes for PR comments
bparrishMines f2a3504
new instance manager
bparrishMines 77da52f
bunch of work
bparrishMines e388090
instance manager tests
bparrishMines ac3a2de
fix foundation tests
bparrishMines 696c25c
dart touchups
bparrishMines 88816c9
finish dart standardization and support earlier versions
bparrishMines 9d25ab1
fix dart instance manager
bparrishMines 4d7ebc4
instance manager ish
bparrishMines 81b201f
most tests passing
bparrishMines 62581ba
instance manager tests
bparrishMines f0d2498
formatting and one last test
bparrishMines 4bd6d2a
formatting
bparrishMines 7974d56
naming
bparrishMines ad9b4e6
better comment
bparrishMines d8b720e
update comment with info about platform/flutter
bparrishMines 3c98004
fix bug from instance manager identifier
bparrishMines 368fb30
limits on identifiers
bparrishMines a6980c5
use removeReference name instead
bparrishMines 179f109
maybe an even better name?
bparrishMines e966816
use init constructor
bparrishMines 3897535
version bump
bparrishMines 312825a
update name
bparrishMines 36fa0a0
Merge branch 'main' of github.com:flutter/plugins into callbacks
bparrishMines 2b7a9af
undo changes to webview_flutter
bparrishMines 86b193a
add api impls
bparrishMines 61d5f8a
undo changes to create methods
bparrishMines 29e8ad0
changes and stuff
bparrishMines 2be09aa
some updates
bparrishMines e212aa4
Merge branch 'main' of github.com:flutter/plugins into callbacks
bparrishMines ea0fe93
method names
bparrishMines 9e47dda
more docs, yay
bparrishMines 8076bed
spelling and docs
bparrishMines 0fa7a14
pr comments
bparrishMines 797d448
format and issue
bparrishMines ba8161a
Merge branch 'main' of github.com:flutter/plugins into callbacks
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 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
2 changes: 1 addition & 1 deletion
2
packages/webview_flutter/webview_flutter_wkwebview/example/ios/Podfile
This file contains 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 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 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 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe these were caused by compiling with Flutter version 3.0.0. I can remove if needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we should hold off on the 9->11 changes.