Skip to content

Anup2712/Straggergridview_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

# Staggered View

ScreenShot

alt text

What is it?

A Flutter staggered grid view which supports multiple columns with rows of varying sizes. It’s a grid layout where the cross axis is divided in multiple equally sized parts, and places elements in optimal position based on available main axis space. You’ve probably came across some app or website design with staggered grid layout like Pinterest:

For understand the code

To help you to understand the code, you can see that this grid of 10 tiles is divided into 4 columns:

alt text

Let's Get Started

1 - Depend on it

Add it to your package's pubspec.yaml file
dependencies:
  fl_chart: ^0.6.1

2 - Install it

Install packages from the command line
flutter packages get

2 - Getting Started

Import the package:
import 'package:flutter_staggered_grid_view/flutter_staggered_grid_view.dart';

About

Flutter Staggered view for Flutter which supports multiple columns with rows of varying sizes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published