You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error on my exist project can you help to fix it?
../../../Dev/flutter/.pub-cache/hosted/pub.dartlang.org/another_flushbar-1.12.29/lib/flushbar.dart:350:31: Error: Method 'addPostFrameCallback' cannot be called on 'SchedulerBinding?' because it is potentially null.
'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('../../../Dev/flutter/packages/flutter/lib/src/scheduler/binding.dart').
Try calling using ?. instead.
The text was updated successfully, but these errors were encountered:
I got this error on my exist project can you help to fix it?
../../../Dev/flutter/.pub-cache/hosted/pub.dartlang.org/another_flushbar-1.12.29/lib/flushbar.dart:350:31: Error: Method 'addPostFrameCallback' cannot be called on 'SchedulerBinding?' because it is potentially null.
Try calling using ?. instead.
The text was updated successfully, but these errors were encountered: