Questions tagged [widgetsbinding]
3 questions
17
votes
4 answers
Expecting binder but got null
I'm getting this message on my log although everything works fine
W/Parcel: Expecting binder but got null!
Has anyone faced such issue, and how to fix it?
Steps to Reproduce:
Just create a new Flutter project and run it on a simulator/emulator
See…

SardorbekR
- 1,388
- 3
- 18
- 33
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…

mayur gajera
- 1
- 1