add listener for (window.physicalSize.width) to detect browser width web development with flutter

283 views Asked by At

how it possible to add "window.physicalSize.width" to detect any change in browser "chrome" should notify me ?

the "MediaQuery.of(context).size.width" does not work with flutter web .

any help will be apricated .

regards

0

There are 0 answers