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.