NearHuscarl / flutter_login

Provides login screen with login/signup functionalities to help speed up development
MIT License
1.52k stars 808 forks source link

Flutter 3 Null-aware warning fix #330

Closed josheey3 closed 2 years ago

josheey3 commented 2 years ago

Fixes Flutter 3 warning of: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.