google / flutter.widgets

https://pub.dev/packages/flutter_widgets
BSD 3-Clause "New" or "Revised" License
1.34k stars 461 forks source link

Incompatible pull_to_refresh #281

Open paintingStyle opened 2 years ago

paintingStyle commented 2 years ago

Problem description

scrollable_positioned_list: ^0.2.0-nullsafety.0

Steps to reproduce

Is it supported,it can be placed in the CustomScrollView as a Sliver component

1.

Expected behavior

it can be placed in the CustomScrollView as a Sliver component

Environment

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.2.3, on macOS 11.4 20F71 darwin-arm, locale
    zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.2)
[✓] VS Code (version 1.59.0)
[✓] Connected device (2 available)
hazzo commented 2 years ago

Check this package https://pub.dev/packages/custom_refresh_indicator, it might help. Worked for me with some tweaks to replicate same behaviour of pull_to_refresh package.