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
#3,074 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.