rifcare_query 0.0.2
rifcare_query: ^0.0.2 copied to clipboard
Rifcare Query is the Media Query Class which you can use anywhere in your project
CHANGELOG.md
Track version changes:
0.0.2 #
Added #
- Initial implementation of
QueryUtilsclass. - Added static method
widthto retrieve screen width usingMediaQuery. - Added static method
heightto retrieve screen height usingMediaQuery.
Notes #
- This utility simplifies the usage of
MediaQueryfor screen dimensions. - Example usage is included in the code comments.