extended_nested_scroll_view icon indicating copy to clipboard operation
extended_nested_scroll_view copied to clipboard

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 NestedScr...

Results 17 extended_nested_scroll_view issues
Sort by recently updated
recently updated
newest added

════════ Exception caught by animation library ═════════════════════════════════ The following assertion was thrown while notifying listeners for AnimationController: 'package:extended_nested_scroll_view/src/extended_nested_scroll_view.dart': Failed assertion: line 1760 pos 9: 'result': is not true. package:extended_nested_scroll_view/src/extended_nested_scroll_view.dart:1760 When...

I/flutter ( 2809): [] is visible 2 I/flutter ( 2809): [] is visible 3 I/flutter ( 2809): [] is visible 2 I/flutter ( 2809): [] is visible 2 I/flutter (...

Fixes issue: [Unable to stretch SliverAppBar issue](https://github.com/flutter/flutter/issues/54059) This is a quick hack, optimal effect requires extensive refactoring, thus official Flutter team is not picking up this issue. Some limitations apply:...

Hi! This is a great package already and I am grateful to you for doing all this work. I've seen many issues from you for 2 years solving this problem....

视频demo中,手指在屏幕上半部分缓慢下拉时,触发了overscroll https://user-images.githubusercontent.com/7556666/195525206-378ce1da-8719-4c41-85ba-a3771072f197.mp4 环境 Flutter 版本2.10.5 Android设备,iOS没问题 尝试把 https://github.com/fluttercandies/extended_nested_scroll_view/blob/master/lib/src/extended_nested_scroll_view.dart#L1300 ```remainingDelta > 0.0``` 改成 ```remainingDelta > precisionErrorTolerance```,问题不再出现了,不知是否是这里的问题 [demo.zip](https://github.com/fluttercandies/extended_nested_scroll_view/files/9771576/flutter_easy_refresh-3.zip)

extended_nested_scroll_view-5.1.3/lib/src/extended_nested_scroll_view.dart:1607:39: Error: Too few positional arguments: 4 required, 3 given. return BallisticScrollActivity(this, simulation, context.vsync); class BallisticScrollActivity extends ScrollActivity { /// Creates an activity that animates a scroll view based on...

master breaking change

### Version 6.1.2 ### Platforms iOS ### Device Model iPhone 13 ### flutter info ```sh [✓] Flutter (Channel stable, 3.16.4, on macOS 14.2.1 23C71 darwin-x64, locale en-GR) • Flutter version...

### Content https://github.com/fluttercandies/extended_nested_scroll_view/assets/16380379/9a29e1b4-853b-4540-9623-15a64a38083a

### Content https://github.com/fluttercandies/extended_nested_scroll_view/assets/82579833/ff157b34-35b3-4bfb-b7e8-249d8557d2f6 ---- CodeSegment: ``` Widget buildBody() { return ExtendedNestedScrollView( onlyOneScrollInBody: true, headerSliverBuilder: (BuildContext context, bool innerBoxIsScrolled) { return [ buildSliverAppBar(), SliverToBoxAdapter( child: Container( color: Colors.red, width: double.infinity, height:...

### Version 6.0.0 ### Platforms macOS, Web, Windows ### Device Model Macbook air m1 2020 ### flutter info ```sh [✓] Flutter (Channel stable, 3.7.4, on macOS 13.2.1 22D68 darwin-arm64, locale...

StackOverflow