Questions tagged [schedulerbinding]

2 questions
1
vote
1 answer

Flutter : Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null

I run my flutter app on (Flutter 3.0 and dart sdk 2.17.0. But now I found a warning here, like this - /usr/local/Caskroom/flutter/2.0.2/flutter/.pub-cache/hosted/pub.dartlang.org/get-4. 6.1/lib/get_navigation/src/router_report.dart:53:22: Warning:…
Abir Ahsan
  • 2,649
  • 29
  • 51
0
votes
2 answers

How To Solve SchedulerBinding issue?

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/get-4.6.1/lib/get_navigation/src/extension_navigation.dart:357:24: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is from…