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 89 forks source link

fix for null safety schedulerbinding #69

Closed floxydio closed 1 year ago

floxydio commented 2 years ago

This issue error because your forgot add null safety at "addPostFrameCallback"

Error: Method 'addPostFrameCallback' cannot be called on 'SchedulerBinding?' because it is potentially null.

Im Already Done solve it, just add null safety inside instance

kubawich commented 2 years ago

Please merge, I cant use local inside github actions

yasaman93 commented 2 years ago

Why don't you merge this? I'm waiting and waiting...

PlugFox commented 2 years ago

@cmdrootaccess

dened commented 2 years ago

need another_another_flushbar ;)

kubawich commented 1 year ago

XD

cmdrootaccess commented 1 year ago

XD

the issue has already been addressed here. https://github.com/cmdrootaccess/another-flushbar/issues/81