New
3.35.3-tizen.1.3.0
We are pleased to announce the release of major updates to Flutter-Tizen.
Highlights
- Introducing the newly released Tizen Home, built with Flutter using Flutter-tizen. For more details, please see here.
- Fixed an issue where connected Tizen device information was displayed incorrectly when running flutter-tizen devices. (#701)
- Enables profiling of microtasks execution, allowing for more granular performance analysis and debugging of asynchronous operations. (#683)
- Added EVulkan to RendererType. As EVulkan is currently experimental, running it requires setting
USE_FLUTTER_TIZEN_EXPERIMENTAL=truevia--dart-define. (#686, #691) tizen/App.cs
CommandRendererType = FlutterRendererType.EVulkan;flutter-tizen run --enable-impeller --dart-define=USE_FLUTTER_TIZEN_EXPERIMENTAL=true - Fixed an issue where flutter-tizen could not find the Tizen SDK path in TizenStudio SDK 6.1. (#704)
- Fixed an issue where the Back or Exit keys would not work in certain scenarios. (https://github.com/flutter-tizen/embedder/pull/130)
- Fixed a crash related to ExternalTexture when using the Impeller renderer. (https://github.com/flutter-tizen/flutter/pull/18)
- Reverted the UI-thread and platform-thread merge introduced in #678 due to issues encountered when using the tizen_interop_callbacks API. (#685)
- Added the initial version of AI Rules for Flutter-Tizen. Ongoing updates are planned to support efficient development with AI assistance. See the reference link. (#681)
What's Changed
- [ci] Change python version 2.7 to 3.8 by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/682
- Add --profile-microtasks flag by @seungsoo47 in https://github.com/flutter-tizen/flutter-tizen/pull/683
- Change ui thread policy to SeparateThread by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/685
- Add showcases section to README by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/688
- Add
USE_FLUTTER_TIZEN_EXPERIMENTALdart define option by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/686 - Add vulkan renderer type by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/691
- In release mode, remove dev_dependencies plugins by @seungsoo47 in https://github.com/flutter-tizen/flutter-tizen/pull/689
- [docs] Add initial version of Flutter-Tizen AI Rules by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/681
- Update the readme of the flutter_tizen package by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/697
- Update engine and embedder hash by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/699
- Fix dart analyze issues for flutter_tizen package by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/700
- Update issue templates by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/703
- Add devices command implementation for Tizen by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/701
- Fix to prevent selecting the wrong Tizen SDK path by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/704
- Fix an issue where a focused node is not announced by @seungsoo47 in https://github.com/flutter-tizen/embedder/pull/126
- [Tizen] Fix external texture gl crash issue by @xiaowei-guan in https://github.com/flutter-tizen/flutter/pull/18
- [Tizen] Support render texture for vulkan + impeller by @xiaowei-guan in https://github.com/flutter-tizen/flutter/pull/17
- Support vulkan backend by @xiaowei-guan in https://github.com/flutter-tizen/embedder/pull/110
Full Changelog: https://github.com/flutter-tizen/flutter-tizen/compare/3.35.3-tizen.1.2.0...3.35.3-tizen.1.3.0