[code_assets] iOS/MacOS privacy manifest
Open
P2
package:code_assets
package:hooks
- Dominant language
- Dart
- Stars
- 275
- Forks
- 144
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 47
Description
When using something like the camera on iOS/MacOS, the dylib needs to be bundled with a privacy manifest about why the permission is needed.
We need some way to communicate a privacy manifest from `build.dart` to Flutter.
This could possibly be a new asset type.
We need to check if we need a privacy manifest _per_ dylib or just per Dart package.
* https://github.com/flutter/flutter/issues/140966
Contributor guide
Assessment
This issue has not been assessed yet.