Questions tagged [customscrollview]

85 questions
0
votes
0 answers

Streambuilder in Flutter for Firestore

Hi i am a newbie in flutter and I am trying to fetch data from the firestore using a stream builder and display a spinner while the data is being fetched from the firebase database. I tried implementing a stream builder and future builder. I have a…
0
votes
1 answer

How can I put Scroll glow in a sliverList instead of customScrollView?

The glow acts like the entire screen is a list. There some way that I can put the glow below the appbar? (edit: without losing the floating effect of the appbar) CustomScrollView( slivers: [ SliverAppBar( title:…
Denilson
  • 45
  • 1
  • 4
0
votes
1 answer

Flutter Horizontal CustomScrollView with Snap & Floating

Is there any way to build a Sliver widget that functions like SliverAppBar? SliverAppBar doesn't work well with a CustomScrollView when scrollDirection is horizontal. I want to have a widget where snap and float is true, but pinned is false. For…
Darryl Johnson
  • 646
  • 6
  • 14
0
votes
1 answer

Flutter nested CustomScollView can't scroll child scrollview

When nested CustomScrollView's shrink wrap set true, i can't collapse child slivers. How to scroll both customScrollViews and make child customScrollView collapsable into minimum height. Here is live demo My final goal is to make stack card list…
0
votes
1 answer

Flutter SliverPersistentHeader inside CustomScrollView reaches maxScrollExtend before reach to the bottom widget

screenshot I'm trying to implement vertically scrollable stacked card listview. When i use stack i can't scroll them smoothly. So i decided to use CustomScrollView and SliverPersistentHeader. Unfortunately SliverPersistentHeader list cant touch to…
0
votes
1 answer

how SliverList overlay on SliverAppBar in CustomScrollView

want to avatar part of floats on image , avatar is with the following list or contents, and don't stretch when pull down CustomScrollView slivers SliverAppBar flexibleSpace background: Image SliverList …
cdmalcl
  • 191
  • 1
  • 10
0
votes
1 answer

Using a StreamBuilder to build a SliverList for a CustomScrollView

This is probably a really easy-to-fix question, but I figured that I might as well ask it here anyways: Is there any way to anchor a widget within a CustomScrollView? I want to use the CustomScrollView to support a flexible space in the app bar, but…
Nicholas Chiang
  • 317
  • 2
  • 11
0
votes
1 answer

How to Disable the Blur Effect When Collapsing a `SliverAppBar` in a `CustomScrollView`

1. The Context I'm trying to make a ListView that has some empty space at the top so the user can bring top cards to the bottom of the screen, where she can easily access them with her thumb. As discussed in this other StackOverflow question, I…
Philippe Fanaro
  • 6,148
  • 6
  • 38
  • 76
0
votes
1 answer

is their any way we can provide specific height (aspect ratio provides error)to grid item in flutter using GridView.builder

Since i am new to flutter, In the case of gridview.builder, By providing "childAspectRatio: 1/1", the height differs, some devices i am getting overflow by 10pixels etc, is their any way we can provide specific height to grid…
0
votes
1 answer

CustomScrollView and PageView issue

I have CustomScrollView which I have SliverFixedExtentList and SliverList inside. I put a PageView inside delegate of SliverFixedExtentList. The thing is after scrolling to bottom and opening a detail page and returning back It gives me this…
Figen Güngör
  • 12,169
  • 14
  • 66
  • 108
1 2 3 4 5
6