flutter-tizen / embedder

Flutter embedder for Tizen
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Support multi-view feature #72

Open JSUYA opened 2 weeks ago

JSUYA commented 2 weeks ago

In flutter 3.24.1, multi-view APIs were added. We can check scenarios using multi-view in flutter-tizen or review whether the feature can be supported. There is nothing reviewed yet, but we will review it in the future.

Add new multi-view embedder APIs

loic-sharma commented 1 week ago

You might find this document useful: https://flutter.dev/go/multi-window-status

JSUYA commented 1 week ago

You might find this document useful: https://flutter.dev/go/multi-window-status

Thank you for your information. We will take it into consideration.