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

1.10.29 - Compilation Error: missing null operator in flushbar.dart #76

Open TammiLion opened 2 years ago

TammiLion commented 2 years ago

Getting the following compilation error for 1.10.29 (does not occur in 1.10.28). Probably just needs a ? operator.

`../../Flutter/flutter/.pub-cache/hosted/pub.dartlang.org/another_flushbar-1.10.29/lib/flushbar.dart:350:31: Error: Method 'addPostFrameCallback' cannot be called on 'SchedulerBinding?' because it is potentially null.

utkudenis commented 2 years ago

it is because of flutter 3. You should update your flutter sdk

moradiyajay commented 2 years ago

it there another solution except for @utkudenis suggestion because I can't flutter SDK

it is because of flutter 3. You should update your flutter sdk