Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
62 views

I’m using expandable_page_view to make my PageView adjust its height based on the current page content. It works fine in a normal Column, but when I put it inside a NestedScrollView with a ...
user avatar
0 votes
0 answers
151 views

I'm trying to implement a layout with a non-solid background (e.g. a gradient), while using a SliverAppBar with FlexibleSpaceBar. The goal is to make the SliverAppBar transparent, so the background ...
JBTG's user avatar
  • 91
0 votes
0 answers
27 views

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

Question: How to make stacked sticky headers replaceable by the latest one? I am trying to show a list of events for the days of calendar to my users. I near to finishing the view, but I am stuck in ...
rusty's user avatar
  • 1,253
0 votes
0 answers
62 views

I'm trying to build a UI that utilizes Flutter's Slivers to have a Sliver that sticks to the top and every Sliver after it continues scrolling while also hiding itself when it hits the bottom of the ...
Jake Starkey's user avatar
0 votes
0 answers
66 views

I have flutter app consisting of 3 pages Home ,Category and Vedio Player All of Them appear incorrectly in release mode The home is made using customSliverView containing (SliverAppaBar and ...
Mohamed Almuetaz Atif's user avatar
1 vote
1 answer
181 views

I'm building a Flutter screen that has a transparent AppBar in the parent Scaffold and a child screen (LobbyScreen) with its own CustomScrollView. I want to pin a SliverPersistentHeader below the ...
Omair's user avatar
  • 17
0 votes
0 answers
55 views

I'm working on a Flutter app where I have a TabBarView under a TabBar to display different lists. Each list dynamically generates HistoryCard widgets based on a mock data source. However, when the ...
CeleX's user avatar
  • 1
1 vote
1 answer
199 views

I have a layout with three Slivers: A SliverAppBar (not pinned). A second SliverAppBar (pinned, containing a SearchBar). A SliverList. The issue is with the second SliverAppBar. I want it to be ...
RonanV's user avatar
  • 23
2 votes
1 answer
92 views

I have a CustomScrollView with multiple SliverList widgets, and I want each SliverList to act as a DragTarget. How can I make these lists accept drag-and-drop functionality? Here's a simplified ...
Albin P K's user avatar
0 votes
0 answers
101 views

There are Questions here that sound similar, but don't solve my specific issue, and I cannot seem to extract the information to get it to run. I have a MultiSliver I want to display, I get however the ...
Maritn Ge's user avatar
  • 1,264
0 votes
0 answers
63 views

I am trying to implement this scroll behavior: Or in more detail: A background image that scrolls with a parallax effect A small red container that contains a circular logo in a stack-like layout A ...
Ahmed's user avatar
  • 123
1 vote
0 answers
76 views

In my Flutter application, I'm developing a chatbot using flutter_chat_ui. This app can fetch initial messages and display them, but the moment I perform onTap on any of the initial messages, I'm ...
Jaivik's user avatar
  • 37
2 votes
0 answers
43 views

there is huge list of models if I want to build them lazily I need to use SliverList.builder Everything looks OK until I need to add sticky headers. I have to use e.g. SliverMainAxisGroup like this ...
Nagual's user avatar
  • 2,133
1 vote
0 answers
64 views

This is a follow-up question. Here is the original: How to use CustomScrollView in a GoRouter ShellRoute? I am trying to generate a CustomScrollView with a collapsible SliverAppBar at the top. Beneath ...
friend.code's user avatar
0 votes
1 answer
310 views

I had the idea to create a CustomScrollView within a GoRouter's ShellRoute so that I could have a reusable SliverAppBar that doesn't have to be re-rendered on every route. Unfortunately, returning a ...
friend.code's user avatar
0 votes
1 answer
58 views

I am encountring a overflow problem within SLiverlist. I have SliverAppBar that callapsed when scrolling the SliverList but at a moment I encounter the RenderFlex overflow by 337 pixels on bottom. ...
Nader's user avatar
  • 89
0 votes
1 answer
647 views

I’m building a profile screen in Flutter using a NestedScrollView. I already have a SliverOverlapAbsorber for my SliverAppBar, but I need to add another one for my TabBar. Due to dynamic content with ...
dev2019's user avatar
  • 71
0 votes
1 answer
80 views

I want to achieve a complex scrolling behavior in flutter. I assume sliver is the way to go but I could not find a way to solve my problem. Here is a screen of the content I want to scroll: The ...
Ortes's user avatar
  • 23
1 vote
1 answer
74 views

[enter image description here](https://i.sstatic.net/tCkIRzOy.png) I like how the search bar on my iPhone's safari is below and the box gets bigger and smaller in real time when I scroll, so it doesn'...
decaffeineOnly's user avatar
0 votes
1 answer
99 views

I need to have a list of elements. Each element will have a list (for example, parent comment and its list of replies). But in this case I need to provide shrinkWrap: true or to provide Container with ...
BlackRose's user avatar
0 votes
1 answer
83 views

I am making an app that pushes a flexibleSpace widget in a SliverAppBar when the user starts scrolling but I'm running into some issues. The flexibleSpace overflows into the list due to using the ...
craig_ck's user avatar
0 votes
1 answer
252 views

I implemented a SliverStickyHeader which is working just fine within my CustomScrollView. I only have one problem: My Sticky header is basically a Container with borderRadius. Now I want my content to ...
Chris's user avatar
  • 2,414
-1 votes
4 answers
75 views

How could we achive this UI in flutter? The top row buttons hide when scroll up and visible when scroll down and the listview is wrap in a card widget. https://youtube.com/shorts/6e3q47AMXoU?si=...
Aakash's user avatar
  • 41
0 votes
1 answer
230 views

I have a SliverAppBar, but I want to make it so that when the user starts scrolling, the title becomes like a regular AppBar (centered on top) + before scrolling, it was on the left, not in the center....
steind.VY's user avatar
  • 348
0 votes
0 answers
254 views

I am creating a home page for an e-commerce app that should contain a grid displaying the best selling products.. I used a CustomScrollView widget and created a slivergrid displaying products. The ...
Ahmed Gamil's user avatar
0 votes
1 answer
628 views

I am trying to have the content of my page inside a sliver list but when I scroll, the list of the page and the sliver list scroll behaviours are independent of each other. I want it so that both ...
BradDoesCode's user avatar
0 votes
1 answer
515 views

I am new to flutter development and trying to make a horizontal navigation bar that sticks to the top of the page when scrolling. I have worked out that I need to use a customScrollView with Slivers ...
BradDoesCode's user avatar
1 vote
1 answer
103 views

I'm very desperate. I'm new to flutter and following the tutorials in YT. There I came across following problem and wonder how I'm the only one. In the YouTube (https://www.youtube.com/watch?v=YY-...
Adam's user avatar
  • 13
7 votes
3 answers
5k views

I have a CustomScrollView with a SliverAppBar and some slivers. I want to overlay some graphics on the SliverAppBar and have them scroll with the rest of the list. Here's the code I've been working ...
goodUser's user avatar
  • 518
-1 votes
1 answer
81 views

i'm trying to get rid of the leading menu Icon (hamburger Icon), so i put leading to null but still nothing changed, here my code : CustomScrollView( slivers: [ ...
Hamou Ouyaba's user avatar
  • 1,619
0 votes
1 answer
410 views

SliverPersistentHeader Should go behind SliverBoxToAdapter SliverBoxToAdapter goes under SliverPersistentHeader while I scroll. What I need is for SliverPersistentHeader to go behind ...
Lingeshwaran78's user avatar
0 votes
1 answer
611 views

So I'm starting a project where the main page (HomeScreen) has a NavigationBar and several sub-screens. For the purpose of this demo, I have created two sub-screens called StarScreen and SquareScreen. ...
RedLamp15's user avatar
  • 105
1 vote
0 answers
139 views

I have a FirestoreListView (from firebase_ui_firestore) in my home of my page in flutter. FirestoreListView( scrollDirection: Axis.vertical, ...
Ethan_Dev's user avatar
1 vote
0 answers
81 views

When I changed the phone orientation to landscape video player gives bottom overflow, I'm trying several ways to deal with this. I can't use two listViews because I need the video player to stay at ...
Stark's user avatar
  • 13
1 vote
0 answers
97 views

I am trying to create Instagram clone with a different design. So I was trying to add option between 2 different sliverlist, as per the selection of a user to view either their posts or the posts they ...
Ishan Sahu's user avatar
0 votes
1 answer
272 views

There are four tabs(bottom nav) and every tab has a scrolling page wrapped in Indexstack, Now the issue is if IndexedStack is wrapped with Sizebox( double.infinity) it shows empty pages, but if I set ...
M.ArslanKhan's user avatar
  • 3,976
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
0 votes
0 answers
213 views

So I am using a CustomScrollView and inside I have SliverAppBar and SliverPersistentHeader as the first two children, with no styling except blue background color. But there is a really faint, ...
user avatar
0 votes
1 answer
105 views

I am using Silver Widget to show the list but its showing error A RenderViewport expected a child of type RenderSliver but received a child of type RenderErrorBox I think is some issue in stream ...
user22306710's user avatar
1 vote
2 answers
716 views

I have a code that has these main widgets: CustomScrollView( physics: const AlwaysScrollableScrollPhysics( parent: BouncingScrollPhysics(), ), slivers: [ SliverFillRemaining( ...
FMorschel's user avatar
  • 882
0 votes
2 answers
584 views

import 'package:flutter/material.dart'; class HomePage extends StatefulWidget { const HomePage({super.key}); @override State<HomePage> createState() => _HomePageState(); } class ...
Kartik's user avatar
  • 309
1 vote
1 answer
113 views

I have the folowing code: return Scaffold( body: CustomScrollView( physics: const AlwaysScrollableScrollPhysics( parent: BouncingScrollPhysics(), ), ...
FMorschel's user avatar
  • 882
0 votes
0 answers
261 views

In Git branch A, I was trying some design tweaks when I thought about using Sliver List and then I wrote something like SliverList() and gave all the params that were required. I almost got that right ...
Arjun Malhotra's user avatar
1 vote
0 answers
226 views

I have a problem with a SizeTransition that is within a SliverFillRemaining. The issue is that the SliverFillRemaining does not adjust its size proportionally to the height of the SizeTransition. Even ...
Petri's user avatar
  • 1,028
0 votes
0 answers
223 views

I tried alphabet_scroll_view and azlistview, but it doesnt work with customscrollview and sliverlists. I have: customscrollview Appbar - pinned title sliverlist (10 items) title sliverlist (...
Ne Xen's user avatar
  • 1
3 votes
4 answers
3k views

I want to create an infinite scrollable list like it is possible to do with ListView.builder : ListView.builder( itemBuilder: (context, index) => Text(index.toString()), ); But doing so only ...
Valentin Vignal's user avatar
0 votes
1 answer
469 views

I'm trying to implement a Flutter app with a TabBarView inside a CustomScrollView and below CupertinoSliverNavigationBar, where each tab has scrollable content. However, I'm facing some issues with ...
Aissa Serrar's user avatar
0 votes
1 answer
370 views

I'm using CustomScrollView and sliver_tools package to display a list view with a SliverPinnedHeader. In the SliverPinnedHeader, I have a tab view kind of layout where the user is allowed to select a ...
dipansh's user avatar
  • 530
1 vote
1 answer
1k views

I have NestedScrollView as such: headers: [ SliverToBox(), // This scrolls away SliverPersistentHeader(), // This needs to pin ] body: TabBarView() // Classic TabBar view with multiple pages This ...
JoKr's user avatar
  • 5,326

1
2 3 4 5
10