-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[url_launcher] migrating objc plugin to swift #4753
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
auto-submit
merged 38 commits into
flutter:main
from
chrisdlangham:coverting-objc-to-swift
Oct 26, 2023
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1d5609f
converting url_launcher from objc to swift
chrisdlangham d5727dd
converting tests to swift
chrisdlangham c4e55fb
converting tests to swift
chrisdlangham 050d6b3
fixing issue where pigeon and method channels were not setup right
chrisdlangham 5278199
formatting
chrisdlangham 55a345b
reverting unintentional local changes
chrisdlangham 8356d7a
fixing issues with Ui tests
chrisdlangham 120b2d4
formating
chrisdlangham 1316f3c
Merge branch 'main' into coverting-objc-to-swift
chrisdlangham 7bd3553
updating version and change log
chrisdlangham 2741de4
converting tests to swift
chrisdlangham 495de26
converting unit tests to swift
chrisdlangham c898698
Merge branch 'main' into converting-url-launcher-ios-tests-to-swift
chrisdlangham 6a6c8d5
updating change log
chrisdlangham 254b9af
resolving merge conflicts
chrisdlangham 869f18f
formatting
chrisdlangham 1120baa
making test class final and private
chrisdlangham 9f591e3
resolving merge conflicts
chrisdlangham 13cd002
updated tests and formated pigeon file
chrisdlangham f8f5f0b
updates changelog
chrisdlangham 827204a
Update CHANGELOG.md
chrisdlangham 30568fd
Merge branch 'main' into coverting-objc-to-swift
chrisdlangham 6b5e4cd
uses latest version of pigeon
chrisdlangham 3651a97
updates change log
chrisdlangham 257b7cc
moves setting up the pigeon api to the register function instead of t…
chrisdlangham 3ee9d96
resolving merge conflicts
chrisdlangham d90702f
Merge branch 'main' into coverting-objc-to-swift
chrisdlangham 7241d20
adds in missing throws keyword
chrisdlangham 9d578f2
addresses feedback
chrisdlangham 657c011
changes pigeon api to not throw errors, and let the dart side throw e…
chrisdlangham 7a2fac5
Merge branch 'main' into coverting-objc-to-swift
chrisdlangham 4d4f1bb
addresses feedback
chrisdlangham 7b6272f
addressing feedback
chrisdlangham b91dca7
Merge branch 'main' into coverting-objc-to-swift
stuartmorgan-g e7e011a
Replace default launcher implementation with conformance extension
stuartmorgan-g d955ef8
swift-format
stuartmorgan-g 1297683
Rework return enum to have different versions
stuartmorgan-g 43966a0
Improve invalid URL testing
stuartmorgan-g 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
2 changes: 1 addition & 1 deletion
2
...cher/url_launcher_ios/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
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
10 changes: 0 additions & 10 deletions
10
packages/url_launcher/url_launcher_ios/ios/Classes/FLTURLLauncherPlugin.h
This file was deleted.
Oops, something went wrong.
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.