putraxor / flutter_desktop_launcher

Flutter Desktop Launcher for Mac OS/Linux, support hot reload via VS Code
221 stars 35 forks source link

Update Launcher to new version to fix text scaling issue #18

Open thmaph opened 5 years ago

thmaph commented 5 years ago

Can you update the launcher using the recent https://github.com/google/flutter-desktop-embedding/ as they have fixed the text scaling issue on linux and windows for standard non-high resolution monitors.

Here is a screenshot showing sample app using this launcher. The text is showing but scale is too small for standard monitors.

screenshot from 2019-02-22 11-52-31

Here is a screenshot showing sample app using https://github.com/google/flutter-desktop-embedding/. They fixed the scaling issue for standard monitors.

screenshot from 2019-02-22 11-52-15

I think recompiling this launcher using the latest version of the Google Flutter Desktop Embedding will solve the text scaling issue with your launcher since it is easier to use.

Or since you are busy, you can share the build steps so we can help in the building of the launcher using the latest version of FDE.

canewsin commented 5 years ago

https://github.com/canewsin/flutter_desktop_launcher I had updated the blobs to latest version go to above link to test