zeba_academy_grid 1.0.0
zeba_academy_grid: ^1.0.0 copied to clipboard
Responsive Grid, Masonry Grid, Staggered Grid and Auto Grid widgets for Flutter.
Changelog #
All notable changes to this project will be documented in this file.
The format of this changelog is based on Keep a Changelog and this project adheres to Semantic Versioning (SemVer).
1.0.0 - 2026-07-10 #
๐ Initial Release #
The first stable release of zeba_academy_grid, a lightweight and customizable Flutter package for building responsive and modern grid layouts across mobile, tablet, desktop, and web applications.
โจ Added #
Responsive Grid
- Added
ZebaResponsiveGridwidget. - Automatic responsive column calculation based on available screen width.
- Configurable cross-axis spacing.
- Configurable main-axis spacing.
- Optimized for different screen sizes.
Auto Grid
- Added
ZebaAutoGridwidget. - Automatic column calculation using maximum item width.
- Responsive resizing for different layouts.
- Customizable spacing between grid items.
Masonry Grid
- Added
ZebaMasonryGridwidget. - Pinterest-style masonry layout.
- Variable item height support.
- Configurable column count.
- Configurable spacing.
Staggered Grid
- Added
ZebaStaggeredGridwidget. - Flexible staggered layout.
- Custom item height support.
- Adjustable column count.
- Configurable spacing.
Models
- Added
GridItemmodel. - Custom child widget support.
- Optional height configuration.
- Cross-axis cell count support.
Utilities
- Added
ResponsiveHelper. - Built-in responsive breakpoint calculations.
- Mobile, tablet, desktop, and large desktop support.
๐ Features #
- Responsive grid layouts
- Masonry grid layouts
- Staggered grid layouts
- Automatic column calculation
- Responsive breakpoints
- Lightweight implementation
- Simple and intuitive API
- Fully customizable
- Zero third-party grid dependencies
- Cross-platform Flutter support
๐ฑ Platform Support #
- โ Android
- โ iOS
- โ Web
- โ Windows
- โ macOS
- โ Linux
๐ Documentation #
- Added comprehensive README.
- Added installation guide.
- Added usage examples.
- Added API documentation.
- Added feature overview.
๐งช Testing #
- Added widget tests.
- Added model tests.
- Added responsive helper tests.
- Verified package with
flutter analyze. - Verified package with
flutter test.
๐ License #
- Released under the GNU General Public License v3.0 (GPL-3.0).