forked from flutter/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[quick_actions] convert to pigeon (flutter#5159)
Converts from direct use of method channels to using Pigeon. Part of flutter/flutter#117844 fixes flutter/flutter#117913 fixes flutter/flutter#117112
- Loading branch information
1 parent
59b7ff5
commit 5959931
Showing
17 changed files
with
612 additions
and
510 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.0.8 | ||
|
||
* Changes method channels to pigeon. | ||
|
||
## 1.0.7 | ||
|
||
* Adds pub topics to package metadata. | ||
|
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
...ons/quick_actions_ios/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
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
67 changes: 0 additions & 67 deletions
67
...ck_actions/quick_actions_ios/example/ios/RunnerTests/DefaultShortcutItemParserTests.swift
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...ges/quick_actions/quick_actions_ios/example/ios/RunnerTests/Mocks/MockMethodChannel.swift
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...uick_actions/quick_actions_ios/example/ios/RunnerTests/Mocks/MockShortcutItemParser.swift
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.