support for flutter 3
daadu opened this issue · 0 comments
daadu commented
Current version is breaking build with flutter 3.
../../.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.
- 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('../../flutter/flutter/packages/flutter/lib/src/scheduler/binding.dart').
Future _waitForWidgetStateBuild() => SchedulerBinding.instance!.endOfFrame;