fluttercommunity / wakelock_plus

Flutter plugin that allows you to keep the device screen awake on Android, iOS, macOS, Windows, Linux, and web.
BSD 3-Clause "New" or "Revised" License
67 stars 49 forks source link

Need the dependency for package_info_plus to be <= 8.0.0 not < 8.0.0 #50

Closed ChrisMICDUP closed 4 months ago

ChrisMICDUP commented 5 months ago

I'm deep down the Apple xcprivacy rabbit hole and getting this:

Because wakelock_plus >=1.2.4 depends on package_info_plus >=6.0.0 <8.0.0 and micdup_app depends on package_info_plus ^8.0.0, wakelock_plus >=1.2.4 is forbidden.

I'll downgrade package_info_plus to 7.0.0 and cross my fingers, but thought you should know.

provokateurin commented 5 months ago

No the constraint should be <9.0.0 to allow all 8.x.x versions.

moshOntong-IT commented 5 months ago

No the constraint should be <9.0.0 to allow all 8.x.x versions.

So can someone update the constraint then

provokateurin commented 5 months ago

https://github.com/fluttercommunity/wakelock_plus/pull/52 someone did it already, it just needs to be reviewed, merged and released.