toyota-connected / ivi-homescreen

Embedded Flutter runtime targeting Embedded Linux with Wayland
Other
254 stars 35 forks source link

Multi-View Configuration #66

Closed jwinarske closed 2 years ago

jwinarske commented 2 years ago

-Adds Multi-View Configuration feature

-Configuration parameters are loaded in the following order

  1. JSON configuration file - view parameters
  2. JSON configuration file - global (non-view) parameters
  3. Command line parameters

-VM arguments are combined, with all other parameters set based on load order.

-Currently only the first View instance is created.

Signed-off-by: Joel Winarske joel.winarske@gmail.com