sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.16k stars 123 forks source link

Make window title and app ID configurable #316

Closed vially closed 1 year ago

vially commented 1 year ago

Remove the hard-coded "Flutter" window title on Wayland and make it configurable as part of the ViewProperties. Also, add support for configuring the window's app ID too.

Currently these properties are only used on Wayland but it may make sense to use them for X11 too (but that's not part of this pull-request).

Note: I agree to delegate all rights related to this PR to Sony.