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

Getting 'addPostFrameCallback' error #80

Closed arualana closed 2 years ago

arualana commented 2 years ago

lib/flushbar.dart:350:31: Error: Method 'addPostFrameCallback' cannot be called on 'SchedulerBinding?' because it is potentially null.

On Flutter Channel stable, 2.10.3,

arualana commented 2 years ago

Duplicate