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

chore(deps): Allow web ^1.0.0 #70

Closed provokateurin closed 3 months ago

provokateurin commented 3 months ago

Description

Allows web ^1.0.0 without any breaking changes as the used API elements did not change since ^0.5.1.

Closes https://github.com/fluttercommunity/wakelock_plus/issues/68

provokateurin commented 3 months ago

After merging please also make a new release soon, so other packages depending on web ^1.0.0 can finally be upgraded.