rifcare_query 2.0.0
rifcare_query: ^2.0.0 copied to clipboard
Rifcare Query is the Media Query Class which you can use anywhere in your project
CHANGELOG.md
Track version changes:
2.0.0 #
Updated #
- Improved code quality and null safety
- Better documentation in README
- Minor bug fixes in QR generation
- 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.