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

Doesn't work with Overlays #2

Open prateekmedia opened 1 year ago

prateekmedia commented 1 year ago

I have used popover package and It is showing shifted popover to the right: image

What do you think can be done?

prateekmedia commented 1 year ago

This doesn't happen normally when I am not using this package.

prateekmedia commented 1 year ago

cc @LastMonopoly

LastMonopoly commented 1 year ago

@prateekmedia I'll take a look, this is the package https://pub.dev/packages/popover, right?

prateekmedia commented 1 year ago

Yes

LastMonopoly commented 1 year ago

@prateekmedia the bug is caused by https://pub.dev/packages/popover, I will draft a pull request to that package, hopefully they will merge it.

prateekmedia commented 1 year ago

Thanks. @LastMonopoly