quire-io/scroll-to-index

scroll_to_index-2.1.1: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null

Closed this issue · 1 comments

I'm trying to implement integration testing for my flutter app but I'm getting this error when writing something very straightforward.

ERROR: ../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/scroll_to_index-2.1.1/lib/scroll_to_index.dart:358:57: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null.

Please help me in resolving this error.

fixed by 4490a77