Skip to content

polilluminato/simple-flutter-gridview

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
ios
 
 
lib
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Simple Flutter GridView

Simple Flutter App to show a responsive GridView. Useful to understand some concepts that can be used in Flutter Apps like:

  • display different layouts based on the screen size;
  • use a very well know package in the Flutter world;
  • make a simple card UI layout like Pinterest.

The app use well know package made by Romain Rastel @lets4r: flutter_staggered_grid_view, a staggered grid view which supports multiple columns with rows of varying sizes.

The final result is

This app is built with Flutter 2.2, with Sound Null Safety, and works out of the box on:

✅ Android
✅ iOS
✅ Web

You can find the full article here Create a Simple Responsive GridView with Flutter.

License

Distributed under the MIT License. See LICENSE for more information.