flutter_autosize_screen_pro 0.0.2
flutter_autosize_screen_pro: ^0.0.2 copied to clipboard
Responsive screen and text size utility for Flutter apps.
Changelog #
All notable changes to the flutter_autosize_screen_pro package will be documented in this file.
This project follows Semantic Versioning.
0.0.2 #
- Fixed analyzer warning: Missing type annotation in
_adapterThememethod. - update
Readme.mdfile for better usage and examples.
0.0.1 #
- Initial release of
flutter_autosize_screen_pro. - Responsive screen size and text scaling utility.
- Custom binding for auto device pixel ratio handling.
AutoSizeUtilwithappBuilder,getSize, andgetScreenSizemethods.- Example UI demonstrating expanded widgets and fixed width containers.