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
49 stars 38 forks source link

Use deps resolution for js like >=0.6.3 <0.8.0 #24

Closed TatsuUkraine closed 3 months ago

TatsuUkraine commented 4 months ago

Currently most up to date release conflicts with packages like firebase, secured storage, etc. since most of them still using js version 0.6.x for their web implementations. As for now underlying deps for flutter such as test, build_runner require js >=0.6.3 <0.8.0

It would be great if this package also follows the same rules for js library if it's possible