flutter_staggered_grid_view
flutter_staggered_grid_view copied to clipboard
A Flutter staggered grid view
Hi, thanks for this great library! I'm encountering an issue where scrolling is broken when there are multiple `SliverMasonryGrid`s in the same `CustomScrollView`. While scrolling down, it will jump back...
I'm trying to create an Arabic application which required aligning items from right to left, how to do that (what changes should I make)?
making `_InteractiveTileState` public
Hello I'm using StaggeredGridTile.count And here is my code. ``` StaggeredGrid.count( crossAxisCount: 2, children: [ ...images.mapIndexed((index, tile) { return StaggeredGridTile.count( crossAxisCellCount: 1, mainAxisCellCount: 1, child: Container( height: 50, width: 50,...
I changed static const pattern = [ // StairedGridTile(0.5, 1), // StairedGridTile(0.5, 3 / 4), // StairedGridTile(1.0, 10 / 4), StairedGridTile(0.5, 1), StairedGridTile(0.5, 1), StairedGridTile(0.5, 1), StairedGridTile(0.5, 1), ]; ![Simulator...
Hello Team, I'm working with provided StaggeredGridView widget and trying to switch in between 3 to 2 column grid view. Initially loaded data with the 3 column view but after...
Hi, Nested MasonryGridView inside a column cause Exception: FlutterError (Vertical viewport was given unbounded height. I am using version 0.6.0. `` body: SingleChildScrollView( child: Material( child: Column( children: [ MasonryGridView.count(...
I have attached a video for reference, but when scrolling up there seems to be a lots of jumps and frame drops but scrolling down seems to be fine, can...
Tile
Try correcting the name to the name of an existing method, or defining a method named 'Tile'. return Tile( ^^^^
well,i like this lib very much ,but when i update 0.6.0, i don't know how to finish the page ,but in 0.4.1 i can do it.i hope u add the...