3.35.3-tizen.1.2.0
We are pleased to announce the release of major updates to Flutter-Tizen.
Highlights
-
The UI and platform threads are merged. The default is
kRunOnPlatformThread. Currently, there is no interface provided to switch this to a separate thread. If you need it, please request it here. (https://github.com/flutter-tizen/embedder/pull/104, https://github.com/flutter-tizen/flutter-tizen/pull/678) -
The EvasGL type has been removed from the FlutterRendererType enum. The EvasGL renderer is no longer used. For more details, see here. (https://github.com/flutter-tizen/flutter-tizen/pull/677)
-
ElmFlutterViewhas been removed. This feature returned a flutter view of typeEvasObjectwhen using theEvasGLrenderer in C++ host application-based apps. However, since theEvasGLrenderer and Elementary-based windows are no longer supported, this interface has been removed. (https://github.com/flutter-tizen/flutter-tizen/pull/677) -
We have fixed an issue where setting window geometry on RPI devices did not function properly. (https://github.com/flutter-tizen/flutter-tizen/pull/680)
What's Changed
- Implement merged UI and platform thread by @seungsoo47 in https://github.com/flutter-tizen/flutter-tizen/pull/678
- Remove ElmFlutterView and FlutterRendererType.EvasGL type by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/677
- Fix window position/size setting not work when using precreated window by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/680
Full Changelog: https://github.com/flutter-tizen/flutter-tizen/compare/3.35.3-tizen.1.1.0...3.35.3-tizen.1.2.0