fluttercommunity / fluttercommunity/plus_plugins
[Request]: In device_info_plus, when uniformly retrieving device information, remove the serialNumber field and obtain it separately only if needed.
Open
enhancement
triage
- Dominant language
- Dart
- Stars
- 1.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
### Plugin
device_info_plus
### Use case
When publishing the app to the marketplace, the serialNumber will be classified as sensitive information. It should not be requested without user consent. However, some other libraries like Catcher use device_info_plus during initialization. In such cases, the marketplace might reject the submission because sensitive information is being requested without user consent.
### Proposal
In device_info_plus, when uniformly retrieving device information, remove the serialNumber field and obtain it separately only if needed.
Contributor guide
Assessment
This issue has not been assessed yet.