sony / flutter-embedded-linux

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

Added marshalling to main thread messages sent from native side #422

Closed Kofhein closed 2 months ago

Kofhein commented 2 months ago

This commit adds marshalling of messages sent from native side to be executed on main thread

HidenoriMatsubayashi commented 2 months ago

Thank you for this PR, @Kofhein.

Could you please update AUTHORS too? Also, it's unclear whether we can contribute this software to flutter/engine, but do you agree to delegate all rights related to this PR to Sony?

Kofhein commented 2 months ago

@HidenoriMatsubayashi , AUTHORS updated, yes, I agree

HidenoriMatsubayashi commented 2 months ago

Thank you, Kofhein.