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

Can't be installed #8

Closed ciriousjoker closed 1 year ago

ciriousjoker commented 1 year ago

Because every version of wakelock_plus depends on package_info_plus ^4.0.2 and project_name depends on package_info_plus ^3.0.2, wakelock_plus is forbidden. So, because project_name depends on wakelock_plus ^1.1.1, version solving failed. exit code 1

We depend on device_info_plus: ^9.0.3. Is this solvable?

diegotori commented 1 year ago

I'll address this later tonight.

ciriousjoker commented 1 year ago

Thanks for the quick response, but I'm an idiot, i misread "package_info_plus" as another package, which was already on the newest version.

Sorry for bothering you!