NearHuscarl / flutter_login

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

[FEATURE] upgrade to flutter 3.0 #324

Closed guchengxi1994 closed 2 years ago

guchengxi1994 commented 2 years ago

WidgetsBinding.instance!.addPostFrameCallback 'WidgetsBinding' which excludes null

AmanMasipeddi commented 2 years ago

I am getting this issue as well.

AmanMasipeddi commented 2 years ago

This issue is occuring due to the another_flushbar package which is being used in this plugin. another_flushbar released a new version update 1.10.29. Maybe updating to that version would fix this issue.

luca-colazzo commented 2 years ago

it's used in flutter_login-4.0.0-beta.1/lib/src/widgets/animated_text.dart:57:20 And from imported libraries: another_transformer_page_view and another_flushbar

bulanni00 commented 2 years ago

快点更新呀

bulanni00 commented 2 years ago

This can temporarily solve the flutter 3.0 problem pubspec.yaml replace flutter_login: 3.2.0 flutter_login: git: url: https://github.com/bulanni00/flutter_login.git

luca-colazzo commented 2 years ago

or just edit locally the file and remove the ! where reported

juliansteenbakker commented 2 years ago

Sorry for the delay, Please upgrade to v4.0.0