313 questions
1
vote
0
answers
73
views
flickering bar at the beginning of the scroll, at the bottom of the webviewwidget
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 ...
0
votes
0
answers
32
views
Android How to achieve smooth/natural bounce effect on scroll up down
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 ...
2
votes
1
answer
88
views
Nested Scroll issue in DraggableScrollabeSheet
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 ...
0
votes
1
answer
36
views
Allow TabBar to be dragged instead of scrolling the TabBarView when using NestedScrollView
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 ...
2
votes
2
answers
916
views
Jetpack compose. How to create collapsing composable?
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 ...
0
votes
1
answer
33
views
Disable Recycler View's Scrolling Inside NestedScrollView
<?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-...
3
votes
0
answers
92
views
Flutter NestedScrollView: Independent Scrolling for Nested Elements (Carousel, List, and Grid)
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 ...
1
vote
0
answers
65
views
flutter: Make round corners in I am using NestedScrollView
I am using NestedScrollView like this:
return Scaffold(
backgroundColor: Colors.white,
body: NestedScrollView(
physics: const ClampingScrollPhysics(),
floatHeaderSlivers: true,
...
7
votes
3
answers
1k
views
Nested Scroll View with TabBarView and Keep Alive true, makes all scrolls sync in TabBarView pages in Flutter
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.
...
0
votes
1
answer
598
views
Flutter Nested scrollview taking unwanted space in the bottom
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 ...
1
vote
1
answer
1k
views
Using SliverOverlapInjector to prevent overlapping
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 ...
0
votes
0
answers
76
views
Flutter SliverAppBar with custom scrolling
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 ...
1
vote
1
answer
827
views
android how to scroll a view inside NestedScrollView to top of the screen how
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 ...
0
votes
0
answers
136
views
Nested Scrolling not working with viewpager inside recyclerview
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 ...
0
votes
1
answer
3k
views
Flutter NestedScrollView ScrollController is currently attached to more than one ScrollPosition
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 ...
0
votes
1
answer
206
views
The appBar doesn't expand or collapse automatically | Flutter
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 ...
0
votes
1
answer
379
views
Using nestedscrollview with bottomnavigationbar and children/pages to scroll of nestedscrollview
Basically i have a shellroute builder (go router) where i want to display the appbar and bottomnavigationbar on all child routes.
ShellRoute(
navigatorKey: _shellNavigatorKey,
...
0
votes
0
answers
117
views
Why the state of my items in SliverPersistentDelegate's NestedScrollView doesn't change
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 ...
4
votes
0
answers
2k
views
Flutter - NestedScrollView's Body disappear under AppBar / Slivers
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 ...
-2
votes
1
answer
152
views
Nested Scroll inside UIViewController [closed]
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 ...
2
votes
0
answers
402
views
Control the offset for innerBoxIsScrolled change on NestedScrollView
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 ...
2
votes
0
answers
657
views
NestScrollView inside NestedScrollView flutter
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 ...
2
votes
0
answers
147
views
Listener of Recyclerview inside NestedScrollView not fired
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 ...
0
votes
1
answer
796
views
AppBar image for NestedScrollView with rounded body
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 ...
0
votes
1
answer
742
views
NestedScrollView with tabBar and bottomNavigationBar is not working
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 ...
1
vote
0
answers
184
views
how to scroll pdf in tabview with nestedScrollview - flutter
i use nestedScrollView with tabbar but it is having problem scrolling with pdf, it can't scroll the full view of pdf
4
votes
1
answer
1k
views
How to set width on Flutter SliverGrid
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 ...
0
votes
1
answer
261
views
RecyclerView nested in LinearLayout as well as Scrollview not scrolling to specific recycler item position
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 ...
0
votes
1
answer
2k
views
SliverPersistentHeader without using CustomScrollView
I had a CustomScrollView which looked like:
CustomScrollView(
slivers: [
SliverPersistentHeader(
floating: true,
delegate: MyPersistentHeaderDelegate(),
),
SliverList(...),
...
1
vote
0
answers
435
views
Flutter NestedScrollView TabBar and PagedListView always scrolls the SliverAppBar
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 ...
1
vote
3
answers
2k
views
How do I pin a View from a NestedScrollView at the bottom of the screen?
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 ...
1
vote
1
answer
2k
views
How to make one part of body scrollable and other as fixed when using SliverAppBar
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 ...
5
votes
1
answer
3k
views
SliverAppBar with TabBar and SliverList inside CustomScrollView causes: ScrollController is currently attached to more than one ScrollPosition
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 ...
0
votes
1
answer
453
views
ReactNative Nested Horizontal ScrollView ( nested twice)
The View Structure Below
<ScrollView horizontal pagingEnabled>
<View key={1}/>
<View key={2}>
<ScrollView horizontal={false} pagingEnabled>
<View ...
1
vote
3
answers
1k
views
Pin the layout below and start scrolling at certain position in flutter
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 ...
3
votes
0
answers
359
views
Flutter NestedScrollView and SliverAppBar within AutoTabsRouter and nested Scaffolds as children is not working?
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 ...
1
vote
1
answer
2k
views
Nestedscrollview scroll every other tabs
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 ...
4
votes
1
answer
4k
views
Flutter Nested list scroll parent when reach to end/start of inner list
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 ...
0
votes
1
answer
1k
views
Unable to scroll to item in RecyclerView that is inside NestedScrollView
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 ...
0
votes
1
answer
846
views
App bar doesn't hide on scroll in nestedscrollview flutter
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 ...
3
votes
2
answers
1k
views
Weird behaviour when put Scaffold inside NestedScrollview? Auto scroll to top when clip under SliverAppbar
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 ...
1
vote
1
answer
900
views
Check if Nested Scroll View has stopped scrolling android studio
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((...
6
votes
4
answers
5k
views
NestedScrollView with SliverAppBar cause unexpected body padding
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 ...
1
vote
1
answer
361
views
Issue with Nestedscrollview nested recyclerview
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 ...
0
votes
1
answer
313
views
Recycler View in Nested Scroll View lags performance [duplicate]
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 ...
5
votes
3
answers
4k
views
Sliver not allowing to set Max Width of Container?
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 ...
0
votes
1
answer
159
views
Programatically Scroll at the last position of recyclerview on header click
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....
2
votes
0
answers
1k
views
Combine multiple ListView scroll as one in flutter
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 ...
-1
votes
2
answers
314
views
Unable to add different widgets in a single scroll view in flutter
So, i am having a container with height as the screen height, and singlechildscrollview as its child.
code:-
Stack(
children: [
Container(
alignment: Alignment.center,
...
1
vote
1
answer
347
views
SliverHeader behaviour management
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: ...