LastMonopoly / scaled_app

Scale the entire UI design proportionally, useful when your UI design is fixed-width.
https://pub.dev/packages/scaled_app
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Can we have different scale factor/width for landscape #3

Closed prateekmedia closed 1 year ago

prateekmedia commented 1 year ago

Currently If user does landscape then the portrait scaling is applied and hence the user sees too much zoomed in UI as opposed to standard landscape UI. Can we have different scale parameter for landscape, Thanks!

LastMonopoly commented 1 year ago

@prateekmedia see my example here: https://github.com/LastMonopoly/scaled_app/blob/master/example/lib/main.dart use scaleFactorCallback for your custom scaling factor