web_responsive_utils 0.0.1 web_responsive_utils: ^0.0.1 copied to clipboard
A flutter package to help you develop for the web more intuitively and efficiently when it comes to responsive webapps.
0.0.1 #
The breakpoints this package supports so far:
- xl ( width >= 1280)
- md ( 768 >= width > 1200)
- sm ( 640 >= width > 768)