zeba_academy_layout 1.0.0 copy "zeba_academy_layout: ^1.0.0" to clipboard
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

0
likes
130
points
104
downloads

Documentation

API reference

Publisher

verified publisherzeba.academy

Weekly Downloads

A lightweight Flutter responsive layout engine built under Zeba Academy. It provides adaptive layouts, breakpoints, and responsive widgets for mobile, tablet, and desktop applications.

Homepage

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on zeba_academy_layout