Skip to main content
1 vote
0 answers
73 views

At the beginning of scrolling, until the sliverappbar is minimized to its minimum size, a flickering stripe appears at the bottom of the webviewwidget (see video here) How can I fix it without ...
Дмитрий Бобылев's user avatar
0 votes
0 answers
32 views

I have NestedScrollView within I have recyclerview & other image, textual content. I want to bounce down & up (reset to original position) like effect when scroll reaches to top or bottom. I ...
VVB's user avatar
  • 7,671
2 votes
1 answer
88 views

UI for dragsheet What UI Have? DraggableScrollableSheet for bottom sheet with scroll behavior. A Top UI to achieving Sticky Top bar List of element to show the content What should it do? Whole ...
Amjad Ali's user avatar
0 votes
1 answer
36 views

I have this code to make a page which has a TabBar with content above it and a TabBarView below the TabBar. Scrolling the TabBarView causes the TabBar to move up the page from it's initial position ...
Jonny Shanahan's user avatar
2 votes
2 answers
920 views

I need to implement partially collapsed layout in jetpack compose. When I scroll down the list, I want the top layout to partially collapse, and when I scroll to the top of the list, I want the ...
testivanivan's user avatar
  • 1,544
0 votes
1 answer
33 views

<?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-...
Nitish Sharma's user avatar
3 votes
0 answers
92 views

I'm working on a Flutter app where I want a screen layout with the following structure: A carousel widget with an indicator at the top. A list of cards beneath the carousel. A row containing a list ...
Mohʌɱɱʌɗ's user avatar
1 vote
0 answers
65 views

I am using NestedScrollView like this: return Scaffold( backgroundColor: Colors.white, body: NestedScrollView( physics: const ClampingScrollPhysics(), floatHeaderSlivers: true, ...
Cyrus the Great's user avatar
7 votes
3 answers
1k views

In the flutter, I use NestedScrollView, in the Body I use TabBarView. On the pages in TabBarView, I use keep alive true, but in this case the scroll is synchronized. How can I not synchronize them. ...
Mehmet Demir's user avatar
0 votes
1 answer
598 views

NestedScrollview have a SliverAppbar and sliverToBoxAdapter inside. And In the body, there is a tabbbarView contains a gridview.builder. But its showing more space in the bottom when scrolling. but ...
Athul's user avatar
  • 1
1 vote
1 answer
1k views

I wanted to create a NestedScrollView. So it works as it should be but. it's overlapping. The thing is I really couldn't find how should I put this SliverOverlapInjector to the body of the ...
Furkan Türkmen's user avatar
0 votes
0 answers
76 views

I have a SliverAppBar with an image background, and on top of that some rainbow persistent header as an image. I would like to achieve a situation when I scroll the list of items the image fades away ...
Joe's user avatar
  • 500
1 vote
1 answer
828 views

I have a NestedScrollView contains LinearLayout with orientation vertical, i have adding multiple views programmatically to the linearLayout, after that i need to click on a specific view inside the ...
Malo's user avatar
  • 1,666
0 votes
0 answers
136 views

I am using nesterdscrollview and inside a viewpager for tablayout and inside a fragment of tablayout I am using recycler view I disable recyclerview nesterscrolling and want to scroll with nested ...
Goldfish Production's user avatar
0 votes
1 answer
3k views

I am building a Flutter App and on the Web with a SliverAppBar with Tabs that are scrollable using a NestedScrollView and I am getting this weird error: The Scrollbar requires a single ScrollPosition ...
Exero's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
21