NearHuscarl / flutter_login

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

Upgrade another_flushbar dependency to version 1.12.30 #442

Closed macuenca closed 1 year ago

macuenca commented 1 year ago

After upgrading to Flutter 3.13.0 the following error generated by the another_flushbar dependency manifested and is fixed by upgrading to the latest version as documented in the original package's release notes: https://github.com/cmdrootaccess/another-flushbar/blob/2c77092a63fa122efb7d391690b542b474d93bc0/CHANGELOG.md?plain=1#L4

This is the exact issue: https://github.com/cmdrootaccess/another-flushbar/issues/106

juliansteenbakker commented 1 year ago

Since this is not a major version upgrade, you can just upgrade to this version by using flutter pub upgrade