-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Rename XTypeGroup
's macUTIs
#103743
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
Comments
Hi @stuartmorgan, I was looking into starting contributing a bit to the project. Furthermore, we believe that changing Thanks, |
Once that's published and |
Hi @stuartmorgan we appreciate your prompt response and clarification, we'll take this approach. |
A change to replace `macUTIs` with `uniformTypeIdentifiers` (with `macUTIs` staying as an alias for compatibility) landed a while ago in the platform interface, but the rest of the packages were never updated to use it. This removes uses from all other packages, in preparation for formally deprecating `macUTIs`. Mostly completes flutter/flutter#103743
Now that all in-repo consuming code has switch to `uniformTypeIdentifiers`, deprecate `macUTIs` (and minimize internal use of it in this package). Fixes flutter/flutter#103743
Now that all in-repo consuming code has switch to `uniformTypeIdentifiers`, deprecate `macUTIs` (and minimize internal use of it in this package). Fixes flutter/flutter#103743
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Now that all in-repo consuming code has switch to `uniformTypeIdentifiers`, deprecate `macUTIs` (and minimize internal use of it in this package). Fixes flutter/flutter#103743
We have a field called
macUTIs
, but it will be used for iOS too. We should rename it, with aliases (usingget
andset
) to preserve backward compatibility.The text was updated successfully, but these errors were encountered: