aloisdeniel / flutter_device_preview

Approximate how your app looks and performs on another device.
https://aloisdeniel.github.io/flutter_device_preview/
MIT License
2.21k stars 343 forks source link

Add dialog for change custom device size #155

Closed ChangJoo-Park closed 2 years ago

ChangJoo-Park commented 3 years ago

Why I need to change width and height using input?

When flutter devs need device size cannot divide by Slider's division 20.

So I add dialog into width and height.

Look this screenshot

image

devs can set 1536x2152 easily. another options does not need dialog. They still useful enough.

image
aloisdeniel commented 2 years ago

Oh, nice addition! Thanks