ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
51 stars 50 forks source link

Loosen constraint on web dependency to ease transition to 1.0.0 #118

Closed Rexios80 closed 1 month ago

Rexios80 commented 1 month ago

There are still packages stuck on web: ^0.5.0. There don't seem to be any changes that affect this package, so we can use the range web: ">=0.5.0 <2.0.0" to support those packages.

ThexXTURBOXx commented 1 month ago

Sounds reasonable, thanks for the contribution! :)