stuartmorgan-g

Results 1191 comments of stuartmorgan-g

This should be close as a duplicate; as explained in the other issue this is a behavior of a plugin, not of file parsing.

I'll leave the final call to @cbracken since he'll ultimately be maintaining `file_selector_windows`. What's easier to maintain may also depend on what the UWP implementation looks like.

We probably wouldn't just change this without a breaking change, and given the variety of ways people use the package it's not clear that one is inherently correct anyway; we...

> E.g., if someone's project is configured to build plugins as frameworks, rather than static libraries, will putting the manifests into those frameworks rather than the app be mandatory? There's...

https://developer.apple.com/support/third-party-SDK-requirements/ now has a list that includes a number of Flutter plugins. I'll file issues about our own plugins that are on that list, and also file issue with the...

@zoeyfan I don't have any more information than what's on the website currently. The general docs say they "encourage" everyone to adopt the manifest, but only seem (from my reading...

Capturing from initial discussions in the various issues I filed with affected plugins: there seems to be general confusion about what the term "collect" is intended to mean in relation...

FWIW, the guidance we have received with regard to our own plugins that are on [the required SDK list](https://developer.apple.com/support/third-party-SDK-requirements/) but do not collect any private data or use any required-reason...

Questions about specific plugins are off-topic here.

Based on https://github.com/flutter/flutter/issues/145269 it looks like there's currently a lot of confusion around apps being built without `use_frameworks` (or with dependencies that force static linking), since anything plugins use then...