sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
424 stars 43 forks source link

Add FLUTTER_ELINUX_CUSTOM_RUN_ARGS env to pass custom run options #201

Closed HidenoriMatsubayashi closed 1 year ago

HidenoriMatsubayashi commented 1 year ago

This change adds FLUTTER_ELINUX_CUSTOM_RUN_ARGS to pass custom run options for elinux embedder.

e.g.

$ FLUTTER_ELINUX_CUSTOM_RUN_ARGS="-w 640 -h 480" flutter-elinux run -d elinux-wayland

Fixed https://github.com/sony/flutter-elinux/issues/200 and https://github.com/sony/flutter-elinux/issues/74.