zeba_academy_layout 1.0.0
zeba_academy_layout: ^1.0.0 copied to clipboard
A lightweight Flutter responsive layout engine built under Zeba Academy. It provides adaptive layouts, breakpoints, and responsive widgets for mobile, tablet, and desktop applications.
๐ Changelog
All notable changes to Zeba Academy Layout will be documented in this file.
The format is based on Keep a Changelog and follows Semantic Versioning.
[1.0.0] - 2026-06-19 ๐ Initial Release
This is the first stable release of Zeba Academy Layout, a responsive layout engine for Flutter.
โจ Added ๐ Responsive layout system based on breakpoints ๐ฑ Device detection (Mobile, Tablet, Desktop) ๐ง Core layout engine (ZebaLayout) โก Responsive builder widget (ZebaResponsiveBuilder) ๐งฉ Context extensions: context.isMobile context.isTablet context.isDesktop ๐ Predefined breakpoints: Mobile: < 600px Tablet: < 1024px Desktop: >= 1024px ๐๏ธ Clean modular architecture for scalability ๐ Easy-to-use public API via single export file ๐งช Testing Added initial widget tests for: Device detection logic Responsive builder rendering ๐ Documentation Added full README with: Installation guide Usage examples API documentation Added GPL-3.0 license support Added Zeba Academy branding section ๐ง Internal Structured codebase into src/ modules: breakpoints.dart device_type.dart zeba_layout.dart responsive_builder.dart layout_extensions.dart Improved separation of concerns for maintainability ๐ Roadmap (Upcoming Versions) [1.1.0] - Planned Adaptive padding system Improved layout utilities Orientation detection support [1.2.0] - Planned Fluid typography scaling system Advanced grid layout helpers Layout performance optimizations [2.0.0] - Future Full adaptive UI engine Animation-aware responsiveness Advanced layout composition system ๐จโ๐ป Maintainer
Sufyan bin Uzayr ๐ https://sufyanism.com ๐ https://www.linkedin.com/in/sufyanism
๐ฆ Zeba Academy Ecosystem https://zeba.academy https://code.zeba.academy https://www.youtube.com/@zeba.academy https://www.instagram.com/zeba.academy ๐ License
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
You may use, modify, and distribute this software All derivative works must remain open-source under GPL-3.0 Attribution must be preserved