I have this issue in a NestedScrollView. The package is used correctly and works, but if it's placed in a NestedScrollView, the item that the page scrolls to will be under the headers. See video for clarification.
In the video I first show an example where it looks like it goes right, but that's because it's at the end of the list.
If I then make it scroll to something somewhere in the middle of the list, it goes behind the sliver header.
I have this issue in a NestedScrollView. The package is used correctly and works, but if it's placed in a NestedScrollView, the item that the page scrolls to will be under the headers. See video for clarification.
In the video I first show an example where it looks like it goes right, but that's because it's at the end of the list. If I then make it scroll to something somewhere in the middle of the list, it goes behind the sliver header.
https://user-images.githubusercontent.com/94898347/195586493-87dfd10e-5575-4968-8018-bc38ab41cbec.MP4
I've also tried fixing it with this fix (#88), but it didn't fix the issue.
flutter doctor -v
[✓] Flutter (Channel stable, 3.3.4, on macOS 12.6 21G115 darwin-arm, locale en-NL) • Flutter version 3.3.4 on channel stable at /Users/sepekerimu/Developer/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision eb6d86ee27 (8 days ago), 2022-10-04 22:31:45 -0700 • Engine revision c08d7d5efc • Dart version 2.18.2 • DevTools version 2.15.0 [✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1) • Android SDK at /Users/sepekerimu/Library/Android/sdk • Platform android-33, build-tools 32.1.0-rc1 • Java binary at: /Users/sepekerimu/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/213.7172.25.2113.9014738/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 14.0.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14A400 • CocoaPods version 1.11.3 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.3) • Android Studio at /Users/sepekerimu/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/213.7172.25.2113.9014738/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) [✓] Android Studio (version 2021.2) • Android Studio at /Users/sepekerimu/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/212.5712.43.2112.8815526/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840) [✓] VS Code (version 1.71.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension can be installed from: 🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter [✓] Connected device (2 available) • macOS (desktop) • macos • darwin-arm64 • macOS 12.6 21G115 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 106.0.5249.103 [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found!