LinusU / flutter_web_auth

Flutter plugin for authenticating a user with a web service
MIT License
197 stars 169 forks source link

Removed null aware operators from not null widgets #132

Closed humzakt closed 1 year ago

humzakt commented 2 years ago

WidgetsBinding is never null

Perondas commented 2 years ago

This seems to be a duplicate of #118

ThexXTURBOXx commented 2 years ago

See also here: https://pub.dev/packages/flutter_web_auth_2

LinusU commented 1 year ago

Thanks 🙏

LinusU commented 1 year ago

Released in 🚢 0.4.2 / 2022-11-01

LinusU commented 1 year ago

This had do be reverted since it broke Flutter v2 compatibility, it's now released as 🚢 0.5.0 / 2022-11-02 instead!