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
71 stars 54 forks source link

Doesn't work with package_info_plus v5+ #15

Closed MrCsabaToth closed 1 year ago

MrCsabaToth commented 1 year ago

Because wakelock_plus 1.1.3 depends on package_info_plus ^4.2.0 and no versions of wakelock_plus match >1.1.3 <2.0.0, wakelock_plus ^1.1.3 requires package_info_plus ^4.2.0. So, because track_my_indoor_exercise depends on both package_info_plus ^5.0.1 and wakelock_plus ^1.1.3, version solving failed.

MrCsabaToth commented 1 year ago

Duplicate of #14