How to test Flutter widgets on different screen sizes?

后端 未结 5 2003
长情又很酷
长情又很酷 2020-11-29 09:09

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

5条回答
  •  春和景丽
    2020-11-29 09:50

    There is a package called device_preview that can simulate your flutter app running on different devices.

提交回复
热议问题