You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
[path_provider] Switch to Pigeon for macOS (#6635)
* [path_provider] Switch to Pigeon for macOS
Converts from direct method channel use to the new experimental Swift
generator. Also switches from a one-call-per-method approach to a single
method with an enum, since it's easy to do that in a maintainable way
with Pigeon (unlike manual method channels, where keeping enum indexes
in sync across the language boundary is error-prone, and requires manual
int/enum conversion).
* Format
* Analyzer
* Update to latest version of Pigeon
0 commit comments