stuartmorgan-g
stuartmorgan-g
Please see my comments in the issue about better understanding the use case. If this actually needs to be done at the level of the UI element, I'm not sure...
Marking as a draft pending resolution of the high-level goal/design discussion in the issue.
Closing since the issue was auto-closed due to lack of update. If you decide to revisit this in the future, please feel free to file a new issue for discussion!
> The PR is a C+P from MDN however; @stuartmorgan licensing concerns? What is done in this PR [is not permitted in Flutter](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#code-that-is-not-copyrighted-the-flutter-authors). This code is not complicated enough to...
Unless I'm missing something, the new version is destroying any duplicate objects, which is not the same thing as just removing cycles.
Thanks for the contribution! This appears to be very similar to https://github.com/flutter/packages/pull/5766; does this need to be a new PR rather than leaving comments on that one about any suggested...
> > Based on the CI failure message I suspect you didn't add any source files to the RunnerTest target's build. > > I had to remove them since the...
> @stuartmorgan I found this reference for all the url schemes that Apple has within the settings app: https://www.mbsplugins.de/archive/2020-04-05/MacOS_System_Preference_Links. That's not official documentation from Apple, so it doesn't address my...
It still looks from the error message like the RunnerTests target is empty. Are you sure the file is added to that target? Are you able to run those tests...
> @stuartmorgan I found an article talking about how to find all the available app link URL's that Apple Supports and the plist keys that are needed to support them:...