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

package_info_plus 7.0.0 not supporting. #45

Closed romaCaldeira closed 7 months ago

romaCaldeira commented 7 months ago

Because every version of xpto from path depends on package_info_plus 7.0.0 and wakelock_plus >=1.2.2 depends on package_info_plus ^6.0.0, xpto from path is incompatible with wakelock_plus >=1.2.2.

package_info_plus: ">=6.0.0 <7.0.0" -> package_info_plus: ">=6.0.0 <8.0.0"

diegotori commented 7 months ago

@romaCaldeira Added in version 1.2.4.

romaCaldeira commented 7 months ago

thank you very much

moshOntong-IT commented 7 months ago

@romaCaldeira Added in version 1.2.4.

I think we need to make the constraint ... < 9.0.0

moshOntong-IT commented 7 months ago

@romaCaldeira Added in version 1.2.4.

I think we need to make the constraint ... < 9.0.0

or ... <= 8.0.0

moshOntong-IT commented 7 months ago

@romaCaldeira Added in version 1.2.4.

I have this issue ISSUE

I think we have to update as well the constraint into ... <= 8.0.0 or ... < 9.0.0