Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

return DefaultTabController( length: 2, child: NestedScrollView( headerSliverBuilder: (context, innerBoxIsScrolled) { return [ SliverAppBar( ...
Elyor Norboyev's user avatar
0 votes
1 answer
552 views

The flutter docs provides a nice example on how to have a floating app bar above a list using CustomScrollView. The code in their example exhibits exactly the behavior I want, that is, for the app bar ...
john2048's user avatar
0 votes
1 answer
443 views

In my flutter application, I'm trying to open a bookmark and scroll to the specific index. I'm using ScrollablePositionedList for it but it's not working. The page loads fine but doesn't scroll to the ...
Noor's user avatar
  • 225
1 vote
1 answer
173 views

I want to detect all clicks, scrolls, etc. There will be a counter for this. How can I do this? My code: return Scaffold( body: Scrollbar( child: Column( children: [...
gurkan stack's user avatar
1 vote
1 answer
328 views

In my flutter app, I have a section that can scroll both vertically and horizontally. What I am wanting to do is hold the Shift Key and scroll with my mouse wheel to enable horizontal scrolling ...
Jack Estes's user avatar
0 votes
1 answer
69 views

enter image description here enter image description here i am using TextFormField
Khafah SI's user avatar
-1 votes
1 answer
92 views

I can't find solution how can I follow scroll user motion.I tried use slivers but don't helped. When the user is at the top of the list and scrolls down, shows the search bar (show will follow the ...
Stark's user avatar
  • 13
0 votes
1 answer
290 views

I am trying to add scrollbars vertically and horizontally. I have used Adaptive Scrollbar package. return LayoutBuilder( builder: (context, constraints) { return Padding( padding: const ...
Saad Bashir's user avatar
  • 4,559
0 votes
1 answer
39 views

I want to scroll a list of widgets together like in the given video. Preview Link i try below code but it's not working. please guide me if do any changes. ListView.separated( physics: ...
Laxit Ramani's user avatar
0 votes
0 answers
35 views

I want to make it responsive like if I move the slider then correspondent list which is below should be highlighted and should move according to the slider. I have tried PageView controller to pass in ...
Ajith S's user avatar
-1 votes
1 answer
4k views

class HomeScreen extends StatefulWidget { final userName; HomeScreen(this.userName); @override State<HomeScreen> createState() => _HomeScreenState(); } Future<...
Prime's user avatar
  • 11
0 votes
1 answer
503 views

I am trying to build a multi-page registration screen with each page having a Form displayed within a PageView for each and smooth sliding effect. My only trouble is when the keyboard is displayed, ...
Akif Patel's user avatar
0 votes
3 answers
113 views

For me, scrolling in flutter is not working, So I wrote a simple test code as below to show the problem, how can I make this content to scroll? Can someone help. import 'package:flutter/material.dart';...
Rajeev's user avatar
  • 23
1 vote
2 answers
464 views

I am using the scrollable_positioned_list as seen here https://pub.dev/packages/scrollable_positioned_list to scroll to a specific item when a notification occurs. By default the builder take the ...
Anget's user avatar
  • 61
5 votes
3 answers
3k views

I'm using the scrollable_positioned_list package, and have it rendering a large dynamic list. It works very well. However, I need my list to have a scrollbar (something like this). So far, this is ...
Matthew Trent's user avatar
1 vote
4 answers
2k views

I have SingleChildScrollView as a parent and in that, I have two listviews each list view is wrapped with SizedBox with a specific height (like 700), what I want is, when I scroll up all the views ...
Mehroze Zaidi's user avatar
0 votes
0 answers
508 views

**> Here is my code. it contains a ListView builder which is wrapped with RawScrollBar widget and they both wrapped with SingleChildScrollView Widget. I want a show ScrollBar in ListView.Builder**...
Pardeep Malhi's user avatar
2 votes
1 answer
2k views

So, I have bigger scroll view that scrolls horizontally, and inside - little box (red color) and smaller scrollview (orange color) that scrolls vertically. There are two scrollbars on the bigger ...
Arti Scream's user avatar
1 vote
1 answer
2k views

I'm trying to nest a tabview in a Scrollview, and can't find a good way to accomplish the task. A diagram is included below: The desired functionality is to have a normal scrollable page, where one ...
Joeseph Schmoe's user avatar
2 votes
0 answers
933 views

I failed to apply the Handle scrolling documentation with widget DropdownButton and DropdownButtonFormField. I attempted to create a list of 10 000 strings, scroll to find the 750th and tap it. The ...
L. REUS's user avatar
  • 33
0 votes
1 answer
36 views

I am trying to make my main screen scrollable using SingleChildScrollView but it's not working as expected here is my code: SingleChildScrollView( child: Column( children: [ ...
dileep's user avatar
  • 1
1 vote
4 answers
3k views

I have the following code for a DraggableScrollableSheet in Flutter. DraggableScrollableSheet( builder: (BuildContext context, ScrollController scrollController) { return ClipRRect( ...
CodeR_Ax20's user avatar
0 votes
1 answer
754 views

The issue is on web when we try to scroll the vertically scrollable widget which is a child of horizontally scrollable widget where scroll bar is always visible. When we scroll the horizontally ...
Sulav Bimali's user avatar
1 vote
1 answer
5k views

In my flutter app, I try to use scrollController to scroll listview in listBuilder but ScrollController is not working properly. It doesn't show errors or exceptions but the List is not scrolling. ...
Joshua Jenny Sibbu's user avatar
0 votes
1 answer
3k views

I've created two tabs. In each tab I have SingleChildScrollView wrapped with Scrollbar. I can not have the primary scrollcontroller in both the tabs, because that throws me exception: "...
Ashish Khurange's user avatar
0 votes
0 answers
125 views

This is my Tree: This is the code for the build function: return Scaffold( resizeToAvoidBottomInset: false, body: Scrollbar( isAlwaysShown: true, controller: controller, child: ...
Rony Tesler's user avatar
  • 1,396
1 vote
2 answers
1k views

I'm new to Flutter and UI development in general and I'm stuck so I need some help! I'm trying to build a list of video posts in my application with lazy loading / infinite scrolling. The lazy loading ...
Daniel's user avatar
  • 554
0 votes
1 answer
997 views

I want to create a viewport that could be horizontally and vertically scrolled. I am able to achieve this by using two nested SingleScrollChildView. The problem is that the horizontal scrollbar is not ...
rockaboy's user avatar
1 vote
1 answer
282 views

I create a list scroll with CustomScrollViews in Flutter. I want 1st and 3rd row is fix The 2rd row should be hide When scrolling down, the widget(=2rd row) is fully displayed without breaking. 🚩 ...
bora's user avatar
  • 58
0 votes
2 answers
2k views

I am trying to display a scrollbar on the right-hand side of a ScrollView (a GridView in this case) but constraining the width of the scrollable area while still displaying a scrollbar on the right-...
John Ryan's user avatar
  • 240
1 vote
1 answer
817 views

I have Scrollbar at a high level and child scrollbar a few levels down the tree. When scrolling the child, the parent scrolls too. Just the scrollbar shows and moves in the parent. This does not ...
Jason Spick's user avatar
  • 6,098