python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to make Scrollable StaggeredGrid list like Pinteret in flutter
I tried using flutter_staggered_grid_view 0.6.1
I was able to create the list but not able to make the list Scrollable.
If there is any other library I can use or is it any other way to make it scroll...
Sarvagya
Votes: 0
Answers: 1
How to remove build side effects in this context, using Staggered Grid View Builder Flutter?
I am trying to create the build method without side effects (without blinking). I solved this problem using StatefulBuilder, but I read that I should rebuild 1000x times without any change or effect.
...
Roland Iordache
Votes: 0
Answers: 0
Tiles not getting disposed when going off-screen
I am working on a video conferencing app and displaying 4 video tiles in a view using Staggered Grid View package.For video rendering I am using native surface renderers but I am facing a problem that...
Pushpam
Votes: 0
Answers: 0
How to take a screenshot in Flutter of a widget bigger than the height of the mobile screen?
I am using an invisible widget StaggeredGridView which is bigger than the height of the emulator/mobile. The image is rendering only a part of it, I didn't find any answer relevant to this problem
s...
Roland Iordache
Votes: 0
Answers: 0