aloisdeniel / flutter_device_preview

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

Scrollable View #151

Open Josiassejod1 opened 2 years ago

Josiassejod1 commented 2 years ago

Hey, was curious if it was possible to add scrollable views for different devices?

Wasn't sure if it was as easy as adding an isScrollable flag and conditionally wrapping the fake screen?

aloisdeniel commented 2 years ago

You would like to have to zoom the entire device ?

I already thought about that but it would be too complicated in my opinion since scroll behaviours would interfere with device's screen.