stuartmorgan-g

Results 1214 comments of stuartmorgan-g

@christocracy To clarify, you're submitting that example app to the app store and getting an `ITMS-91053` warning about NSUserDefaults?

> I will bump `shared_preferences` -> `2.2.2`, however looking at the [version history](https://pub.dev/packages/shared_preferences/versions), `v2.2.2` (_5 months ago_) _predates the existence of_ the [`PrivacyInfo.xcprivacy`](https://github.com/flutter/packages/commits/main/packages/shared_preferences/shared_preferences_foundation/darwin/Resources/PrivacyInfo.xcprivacy) entering the Git repo (_Jan 11_...about 2...

Thanks for that test. The archive does contain `shared_preferences_foundation_privacy.bundle/PrivacyInfo.xcprivacy`, which means that the App Store submission process is, at least currently, not picking up that file and factoring it into...

> Is there any guidance how can we track down usage of the 'banned' APIs? Currently my comment above is the only guidance we have regarding Required Reason APIs at...

> I wonder if something could be added to [`flutter/packages/flutter_tools/bin/xcode_backend.dart`](https://github.com/flutter/flutter/blob/master/packages/flutter_tools/bin/xcode_backend.dart) to automatically compose the app's top-level `AppPrivacy.xcprivacy` by evaluating each of the app's Pods in search of `Resources/PrivacyInfo.xcprivacy`? It's very...

It's hard to see what's changing here since it's mixed with some large-change refactors (most notably extracting `_getPossiblePluginResolutions`); pulling any purely code refactor into a simple prequel PR that doesn't...

> I kindly request a reevaluation of this issue's priority, considering the urgency and significance it holds for our project's timeline and goals. Please see https://github.com/flutter/flutter/wiki/Issue-hygiene#escalating-an-issue-that-has-the-wrong-priority Also, you haven't provided...

> I'm committed to providing any further details or assistance needed to investigate this matter. Your guidance on how we might better demonstrate or articulate the issue within the Flutter...

Retitling; the error here is unrelated to the warnings. (The warning is due to our explicitly setting 1.8 as the language version, which we did to avoid toolchains selecting 1.7...

> * Disabling SPM via pubspec.yaml (will disable for the specific project) What's the use case for project-level control? It would be nice if we could minimize the number of...