fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
591 stars 117 forks source link

Warning in logs after migrating to flutter 3.0.0 #105

Closed LeGoffMael closed 2 years ago

LeGoffMael commented 2 years ago

Warning received after flutter 3.0.0 migration :

: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null.
../…/src/extended_nested_scroll_view.dart:1361
- 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('../../../fvm/versions/3.0.0/packages/flutter/lib/src/scheduler/binding.dart').
package:flutter/…/scheduler/binding.dart:1
    SchedulerBinding.instance!.addPostFrameCallback(
zmtzawqlp commented 2 years ago

https://github.com/fluttercandies/extended_nested_scroll_view/blob/master/CHANGELOG.md

LeGoffMael commented 2 years ago

that was quick! thank you