packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

[pdfx] Update to `device_info_plus` >= 10.0.1

Open stsc3000 opened this issue 3 months ago • 12 comments

Is your feature request related to a problem? Please describe. Apple has listed device_info_plus as a privacy impacting SDK which will require a privacy manifest and signature. The device_info_plus maintainers have added an (empty) Privacy Manifest in 10.0.1. It is, at least to my knowledge, unclear when Apple will start enforcing the presence of the manifests (other than required reason APIs need to be included until May 1st 2024 - which device_info_plus does not use).

Describe the solution you'd like Update the device_info_plus dependency.

Describe alternatives you've considered

  • Use less strict version requirements for the dependency.
  • As far as I can see it is only used for the Android sdkInt. Alternatively the dependency could be dropped altogether and the value could be fetched via native code.

Additional context The device_info_plus changelog indicates updated requirements for Android and Flutter:

  • Flutter >=3.19.0
  • Dart >=3.3.0
  • compileSDK 34 for Android part
  • Java 17 for Android part
  • Gradle 8.4 for Android part

I guess Flutter and Dart should be updated in the pdfxs pubspec.yaml, however I'm not sure how the other updates would need to be applied to the plugin, if at all.

stsc3000 avatar Apr 03 '24 12:04 stsc3000

+1

command-not-found avatar Apr 12 '24 03:04 command-not-found

+1

NashIlli avatar Apr 15 '24 17:04 NashIlli

@SergeShkurko This is some kind of important, would be nice if it can get your attention.

ManuelRauber avatar Apr 18 '24 08:04 ManuelRauber

+1

tuanha21 avatar Apr 25 '24 09:04 tuanha21

@SergeShkurko I hope this can get on your radar. It became a rly needed enhancement. Please take a look into it.

sebastianolaru3008 avatar May 06 '24 23:05 sebastianolaru3008

+1

BohdanSamusko avatar May 10 '24 07:05 BohdanSamusko

+1

NashIlli avatar May 16 '24 23:05 NashIlli

+1

Paroca72 avatar May 17 '24 07:05 Paroca72