cmdrootaccess / another-flushbar

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
https://pub.dev/packages/another_flushbar
MIT License
145 stars 88 forks source link

Flutter 3.11 issue #106

Closed fennelhans closed 1 year ago

fennelhans commented 1 year ago

Describe the bug

Error: The
argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is
nullable and 'BorderRadiusGeometry' isn't.

To Reproduce Steps to reproduce the behavior:

  1. Update to the latest version of Flutter (I'm using the main branch, but it will be released tomorrow, so just wait a day and update)
  2. Try to build
cmdrootaccess commented 1 year ago

Describe the bug


Error: The

argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is

nullable and 'BorderRadiusGeometry' isn't.

To Reproduce

Steps to reproduce the behavior:

  1. Update to the latest version of Flutter (I'm using the main branch, but it will be released tomorrow, so just wait a day and update)

  2. Try to build

Good Looking out on this.

cmdrootaccess commented 1 year ago

prelease has the fix. https://pub.dev/packages/another_flushbar/versions/1.12.30-dev.1

fennelhans commented 1 year ago

Thanks for the quick fix!

faheemletitgo commented 1 year ago

please update this to the stable version as well and support flutter 3.10