responsive_design_helper 0.0.2
responsive_design_helper: ^0.0.2 copied to clipboard
A Flutter package providing utilities for responsive design across different screen sizes.
Changelog #
All notable changes to this project will be documented in this file.
[0.0.2] - 2024-09-29 #
Added #
- Introduced
responsiveHeight
andresponsiveWidth
helper functions to make scaling dimensions easier. - Added more detailed documentation for all public API elements.
Changed #
- Improved logic for
responsiveWidget()
to better handle screen transitions between mobile, tablet, and desktop. - Updated example app in the
example
folder to demonstrate usage of new helper methods.
Fixed #
- Fixed bug where
isTablet()
was incorrectly detected on screens larger than 1200 pixels.