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

[Bug report] - visibility_detector is using old version #135

Closed RobertBrunhage closed 1 year ago

RobertBrunhage commented 1 year ago

Version

6.1.0

Platforms

dart, Android, iOS, macOS, Web, Windows, Linux

Device Model

iPhone 14 Pro

flutter info

[✓] Flutter (Channel stable, 3.10.0, on macOS 13.3.1 22E772610a darwin-arm64, locale en-SE)
    • Flutter version 3.10.0 on channel stable at /Users/robertbrunhage/tools/flutter
    • Upstream repository git@github.com:flutter/flutter.git
    • Framework revision 84a1e904f4 (3 days ago), 2023-05-09 07:41:44 -0700
    • Engine revision d44b5a94c9
    • Dart version 3.0.0
    • DevTools version 2.23.1

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/robertbrunhage/Library/Android/Sdk
    • Platform android-33, build-tools 31.0.0
    • ANDROID_HOME = /Users/robertbrunhage/Library/Android/Sdk
    • ANDROID_SDK_ROOT = /Users/robertbrunhage/Library/Android/Sdk
    • Java binary at: /Applications/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.3)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 14E222b
    • CocoaPods version 1.12.0

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.3)
    • Android Studio at /Applications/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)

[✓] VS Code (version 1.77.3)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.64.0

[✓] Connected device (3 available)
    • Robert’s iPhone (mobile) • 00008120-001149E03433401E • ios            • iOS 16.4.1 20E252
    • macOS (desktop)          • macos                     • darwin-arm64   • macOS 13.3.1 22E772610a darwin-arm64
    • Chrome (web)             • chrome                    • web-javascript • Google Chrome 113.0.5672.92

[✓] Network resources
    • All expected network resources are available.

How to reproduce?

Add extended_nested_scroll_view as a dependency and then add the latest version of visibility_detector.

Mismatch in dependency versions

Logs

No response

Example code (optional)

No response

Contact

No response

zmtzawqlp commented 1 year ago

you can override it