zeba_academy_media_query_tools 0.0.1
zeba_academy_media_query_tools: ^0.0.1 copied to clipboard
Powerful MediaQuery utilities, responsive helpers, extensions, and device detection for Flutter apps.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2026-05-08 #
✨ Initial Release #
Added #
- Width and height helper extensions
- MediaQuery utility helper class
- Context-based screen size extensions
- Device detection utilities
- Mobile detection
- Tablet detection
- Desktop detection
- Padding shortcut extensions
.p.ph.pv.pt.pb.pl.pr
- Radius extension helper
.r - Vertical spacing helper
.verticalSpace - Horizontal spacing helper
.horizontalSpace - Safe area utility widget
- Orientation detection helpers
- Responsive helper methods
- Clean and lightweight API
- Example application
- Widget tests
- Production-ready package structure
- Flutter lint support
Improvements #
- Optimized developer experience
- Reduced MediaQuery boilerplate
- Improved responsive UI readability
- Simplified spacing and padding usage
Documentation #
- Added production-ready README
- Added installation guide
- Added usage examples
- Added API overview
- Added responsive UI examples
Testing #
- Added extension tests
- Added widget rendering tests
- Added spacing helper tests
- Added padding extension tests