I have a Flutter widget which shows extra data depending on the screen size. Does anyone know a way of testing this widget on multiple different screen sizes?
I\'ve
There is a package called device_preview that can simulate your flutter app running on different devices.