-
![1](https://user-images.githubusercontent.com/6948411/49122831-1e0cde00-f2f1-11e8-977f-d80f3ee1e9ce.png)
如果手指点到表格里,想先让表格滑到NestedScrollView的顶部,再让表格滑动,也就是设置NestedScrollView的setNestedScrollingEnabled属性…
-
Hi,
I understand that this should be available as of 0.10.4 (issue #351)
I'm trying to use this option.
If I **don't set** setNestedScrollingEnabled(false), I get drag and drop inside the Recy…
-
-
The first load on activity, or fragment, the component did not load.
When make a second call, then the component is showed into the view.
How to solve this problem?
Thank you.
ghost updated
6 years ago
-
### Use case
I find myself often using `NestedScrollView.sliverOverlapAbsorberHandleFor` lately, as I am adding `SliverAppBar`s to my App.
An immediate problem presents itself:
I always have to m…
-
What kind of issue is this?
I am using NestedScrollView as a parent layout of recyclerview video not playing/pausing properly
-
I basically took the example from the NestedScrollView description [Here](https://api.flutter.dev/flutter/widgets/NestedScrollView-class.html) and made minimal modifications (replaced fixed extent sli…
-
# Bug Report
### Description of the Bug
I have added the YouTube player of the viewpager's recycler view and added it as a LifecyclerObserver with the parent Fragment. There are few crashes record…
-
```
@override
Widget build(BuildContext context) {
return DefaultTabController(
length: tabs.length, //
child: Scaffold(
body: NestedScrollView(
head…
-
### Checked for duplicates?
- [x] This issue is not a duplicate
### Does it also happen in the desktop version?
- [ ] This bug does not occur in the latest version of Anki Desktop
### What are the…