Hello,
According to your documentation and even bootstrap's the below are the dimensions for devices
- xs for extra small screens < 576px
- sm for small screens > 575px and < 768px
- md for medium screens > 767px and < 992px
- lg for large screens > 991px and < 1200px
- xl for extra large screens > 1199px
However, sm starts from 768 in the library instead of 767.
This was tested on chrome using flutter web.
Hello,
According to your documentation and even bootstrap's the below are the dimensions for devices
However, sm starts from 768 in the library instead of 767.
This was tested on chrome using flutter web.