Open bastaware opened 1 year ago
I used another_flushbar: ^1.12.30
and it worked fine, but its broken for any version earlier than this
For the ones using another-flushbar as a dependency of another package, add on your Pubspec:
dependency_overrides:
another_flushbar: ^1.12.30
Describe the bug Build fails on current stable.
flushbar.dart line 439
Error: The parameter 'borderRadius' can't have a value of 'null' because of its type 'BorderRadius', but the implicit default value is 'null'
To Reproduce Steps to reproduce the behavior:
Expected behavior To compile without errors