NearHuscarl / flutter_login

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

Upgrade/Bump depedencies to latest, to ensure flutter 3.10 perfomance improvements and QOS #418

Open fisforfaheem opened 1 year ago

fisforfaheem commented 1 year ago

This could make the package future proof

bastaware commented 12 months ago

It's not possible to use the current version of Flutter_login with flutter master, because it depends on a obsolete version of another_flushbar.

another_flushbar-1.12.29/lib/flushbar.dart:439:38: Error: The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is nullable and 'BorderRadiusGeometry' isn't.

The most recent is 1.12.30. Meanwhile the problem can be fixed with:

dependency_overrides:
  another_flushbar: ^1.12.30