Skip to main content
Filter by
Sorted by
Tagged with
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
916 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
827 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
0 votes
1 answer
206 views

What I want to achieve is when I scroll, the appBar should expand or collapse automatically, so that there is no middle state, only collapsed or expanded completely. This feature can be seen in ...
AinahToky Andry's user avatar
0 votes
1 answer
379 views

Basically i have a shellroute builder (go router) where i want to display the appbar and bottomnavigationbar on all child routes. ShellRoute( navigatorKey: _shellNavigatorKey, ...
RedsVision's user avatar
0 votes
0 answers
117 views

I am setting up an animated profile page with NestedScrollView and slivers. But when I tap on the button to follow a store, it doesn't change until I scroll and I don't understand. Here is the profile ...
Rassuul's user avatar
4 votes
0 answers
2k views

Why is the default behavior of a NestedScrollView to "scroll body" beyond app bar? And to have a body of X pixels is not respected neither. How do you make the Container / Body widget not ...
Deukalion's user avatar
  • 2,675
-2 votes
1 answer
152 views

I want to make a screen where user can have a design like a scrollview with two UIView on top and then below these views there can be a collectionview because user can scroll collectionview cell ...
Murtaza Mehmood's user avatar
2 votes
0 answers
402 views

In a flutter app I need to create an effect like the NestedScrollView, when the screen is displayed I will show an image and when the user scroll it will turn in a appbar with a title. The problem is ...
Fábio Ferreira's user avatar
2 votes
0 answers
657 views

I'm working on a project and I got this very intuitive UI problem. I want to structure my widget tree in this way -> NestedScrollView -> TabView -> NestedScrollView -> TabView -> Custom ...
Idesh's user avatar
  • 373
2 votes
0 answers
147 views

I have a recyclerview inside of NestedScrollView. I need scrollListener on both of them but, only nestedScrollView Listener fired. I do solutions below but problem not solved: 1- I change value of ...
Morteza Allahyari's user avatar
0 votes
1 answer
796 views

I use NestedScrollView to make scrollable AppBar like the picture. The problem is, AppBar background picture doesn't expand enough to cover blank space (the arrows describe in the picture). Can anyone ...
Biên Nguyễn Văn's user avatar
0 votes
1 answer
742 views

I am trying to use tabBarView & bottomNavigationBar in a nestedScrollView. Result is multiple tabBarviews and multiple bottomNavigationBars. pls, see My tabBar class is: class TabScreen ...
HaKim's user avatar
  • 287
1 vote
0 answers
184 views

i use nestedScrollView with tabbar but it is having problem scrolling with pdf, it can't scroll the full view of pdf
haha haha's user avatar
4 votes
1 answer
1k views

I'm trying display a slivergridview view and it just doesn't look good if it's always on full width especially on large screens But CustomScrollView only accepts sliver widgets, which makes container ...
Mark Dionnie's user avatar
0 votes
1 answer
261 views

My code below doesnt work for each specific scrollto or smoothScrollTo, can anyone help me? I basically want to be able to dynamically scroll to a specific Item position in the activity, e.g. if a ...
MazMM's user avatar
  • 3
0 votes
1 answer
2k views

I had a CustomScrollView which looked like: CustomScrollView( slivers: [ SliverPersistentHeader( floating: true, delegate: MyPersistentHeaderDelegate(), ), SliverList(...), ...
Code Spirit's user avatar
  • 5,177
1 vote
0 answers
435 views

I'm trying to use a NestedScrollView with a TabBar on the SliverAppBar and the TabBarView on the body, and inside the TabBarViews pages put a PagedListView. Is it possible when my PagesListViews has ...
Martin's user avatar
  • 121
1 vote
3 answers
2k views

I have a RecyclewView and a button below it, it's all inside the NestedScrollView. If I add more items to the RecyclerView, the button will hide. Is there a way to attach the button to the bottom of ...
yaromchikV's user avatar
1 vote
1 answer
2k views

I'm trying to make a UI in flutter wherein I'm using SliverAppBar(I mention this because I need to use either CustomScrollView or NestedScrollView) and now in the body, I was to make the first two ...
randomnerd's user avatar
5 votes
1 answer
3k views

Having a SliverAppBar with a TabBar and a list of items, causes the scroll controller to complain. I have implemented it in the following way,there is a NestedScrollView that has a SliverAppBar, a ...
Skylar's user avatar
  • 113
0 votes
1 answer
453 views

The View Structure Below <ScrollView horizontal pagingEnabled> <View key={1}/> <View key={2}> <ScrollView horizontal={false} pagingEnabled> <View ...
nullcol's user avatar
  • 77
1 vote
3 answers
1k views

I am trying to achieve the scroll behaviour as in gif in this link. There is image slider which gets hidden when scroll and the title of the product goes to appbar title. Also there is a fixed button ...
Nabin Dhakal's user avatar
  • 2,212
3 votes
0 answers
359 views

Here is my code. The Appbar stays static when I scroll down. If you need more of the code, let me know. I'm using auto_route flutter and the routes InvestHomeRouter() and BonusHomeRouter() lead to ...
Caspar Bm's user avatar
  • 376
1 vote
1 answer
2k views

I'm using a Nestedscrollview on my application that have multiple tabs, now the problem is: Whenever I scroll down or up on one of my tabs the other tabs also scrolls down or up, is there a way to ...
Ozz's user avatar
  • 137
4 votes
1 answer
4k views

I am implementing a nested list in Flutter where need to start scrolling the parent list when it reach to the end/start the inner list. I tried with several ways, no one lucks. This one is the last ...
Jamshed Alam's user avatar
0 votes
1 answer
1k views

I'm trying to programmatically scroll to a particular item within my RecyclerView which is nested within a NestedScrollView. The Problem The NestedScrollView scrolls to the complete bottom rather than ...
rdias002's user avatar
  • 234
0 votes
1 answer
846 views

So i want to show posts and for that am using listview.builder in the body of nestedscrollview but when i scroll down then appbar doesn't get hided. This is in case of listview.builder only if i ...
Deepak Lohmod's user avatar
3 votes
2 answers
1k views

I have a weird behaviour, auto scroll to top when click the first index of the listview.builder. I want to achive a SliverAppbar with bottom is a TabBar and a body with TabView. Each TabView have a ...
Khoa Le's user avatar
  • 66
1 vote
1 answer
900 views

I am having a nested scroll view and i would like to know if the user has stopped scrolling down or up. Below is the method that i have tried using nestedScrollView.setOnScrollChangeListener((...
Emmanuel Njorodongo's user avatar
6 votes
4 answers
5k views

When I run this code, the ListView will have an unexpected top padding. (See screenshot) Why is that and is there a way to avoid this? I already tried SliverOverlapAbsorber, SafeArea and MediaQuery to ...
Florian Bauer's user avatar
1 vote
1 answer
361 views

I have a problem I put a recyclerview in nestedscrollview when keyboard open, nestedscrollview auto scroll down and edittext loses focus, keyboard hide edittext of item in recyclerview How to I sloved ...
trang nguyen's user avatar
0 votes
1 answer
313 views

I have a recycler view inside nested scroll view. When there is too much data in recycler view, the scroll gets lagged. Is there any way to solve this issue other than taking the recycler view out of ...
Kishor Morais's user avatar
5 votes
3 answers
4k views

I am trying to make a responsive page that works well on Mobile and Desktop. I am using SliverAppBar inside NestedScrollView. The issue is maxwidth constraints to a container are totally ignored in ...
Jay Babani's user avatar
0 votes
1 answer
159 views

I had a view with a netstedScroll and a recyclerView that I was using to display my data so my fragment was like that: <?xml version="1.0" encoding="utf-8"?> <androidx....
Master49's user avatar
2 votes
0 answers
1k views

I have a simple ListView with a scrollable child, which works as it should. But the issue is, when I scroll the items of ScrollableChild and it reaches its last child, it doesn't scroll the parent ...
towhid's user avatar
  • 3,308
-1 votes
2 answers
314 views

So, i am having a container with height as the screen height, and singlechildscrollview as its child. code:- Stack( children: [ Container( alignment: Alignment.center, ...
Deepak Lohmod's user avatar
1 vote
1 answer
347 views

My flutter app has a NestedScrollView with a headerSliverBuilder. My SliverAppBar inside this builder is like this: SliverAppBar( elevation: 0, snap: true, pinned: false, floating: ...
progNewbie's user avatar
  • 4,942

1
2 3 4 5
7