ardera / flutter-pi

A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
MIT License
1.48k stars 153 forks source link

Option --dimensions does not take effect #402

Closed chanhhoang99 closed 1 month ago

chanhhoang99 commented 1 month ago

I think from below PR: https://github.com/ardera/flutter-pi/pull/396. result_out->has_physical_dimensions = true has been removed. Hence, pixel_ratio = 1.0 is used as default if has_physical_dimensions is not set.

pogojotz commented 1 month ago

Fixed in #406