wayne900204 / vertical_scrollable_tabview

A Flutter plugin which synchronize a ScrollView and a custom tab view.
https://pub.dev/packages/vertical_scrollable_tabview
MIT License
43 stars 27 forks source link

Scroll to index new version for the scheduler binding issue #17

Closed josephyaduvanshi closed 2 years ago

josephyaduvanshi commented 2 years ago

After the new flutter update, this warning keeps popping out /opt/homebrew/Caskroom/flutter/3.0.2/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.

the solution is to upgrade the scroll to index to latest version.

aytunch commented 2 years ago

Having the same issue