adaptive_responsive_util 1.0.5
adaptive_responsive_util: ^1.0.5 copied to clipboard
A package for auto detect adaptive or responsive your pages. and more useful extension for utilities.
CHANGELOG #
1.0.0 #
- Release 1.0.0, library init release
1.0.1 #
- add extension on build context
- add extension on string
- add extension on widget
- add extension on number
- add date time extension
- add file type validation extension
1.0.2 #
- add logger util
- add util for check flavor of project flutter
1.0.3 #
- fix minor bug
1.0.4 #
- change
MediaQuery.of(context)
toMediaQuery.sizeOf(context)
according to recommendations from the flutter documentation and the Adaptive UI demo at Google I/O 2024
1.0.5 #
- remove util Build Widget Based on Orientation, media query orientation and padding
- add util for spacing vertical and horizontal
- update README.md file