3.38.8-tizen.1.0.0
We are pleased to announce the release of major updates to Flutter-Tizen. This release supports the Flutter 3.38.8 update.
Flutter-Tizen • revision 116b246ee9
Flutter 3.38.8 • channel [user-branch] • unknown source
Framework • revision bd7a4a6b55 (8 days ago) • 2026-01-26 15:21:03 -0800
Engine • hash 9c1e4933426257206c317269a99c77122da463cb (revision db373eb85a) (8 days ago) • 2026-01-26 18:17:44.000Z
Tools • Dart 3.10.7 • DevTools 2.51.1
Highlights
- Fixed an issue where widget tree was not displayed in DevTools Inspector. (https://github.com/flutter-tizen/flutter-tizen/pull/734)
- Fixed messages displayed when required packages cannot be found. (https://github.com/flutter-tizen/flutter-tizen/pull/727)
- Fixed an issue where
TargetPlatformwas incorrectly returned in native assets(hooks). (https://github.com/flutter-tizen/flutter-tizen/pull/731) flutter-tizen doctor -vcommand outputs information about the Tizen Extension. (https://github.com/flutter-tizen/flutter-tizen/pull/732)- Apps can receive input panel state changes through the
"tizen/internal/inputpanel"event channel. The states are"show","hide", and"will_show". (https://github.com/flutter-tizen/embedder/pull/142)
What's Changed
- Remove unnecessary dependencies(evas) by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/729
- Update messages provided for missing packages by @seungsoo47 in https://github.com/flutter-tizen/flutter-tizen/pull/727
- Fix returning TargetPlatform as tester in native assets by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/731
- fix: dev tools inspector pub root by @SupposedlySam in https://github.com/flutter-tizen/flutter-tizen/pull/734
- Add Tizen Extension version detection and display by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/732
- Add review agent style guidelines and configs by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/735
- Upgrade to Flutter 3.38.8 by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/733
- Update embedder hash to ac440c57 by @JSUYA in https://github.com/flutter-tizen/flutter-tizen/pull/736
- Add input panel state event channel @JSUYA in https://github.com/flutter-tizen/embedder/pull/142
New Contributors
- @SupposedlySam made their first contribution in https://github.com/flutter-tizen/flutter-tizen/pull/734
Full Changelog: https://github.com/flutter-tizen/flutter-tizen/compare/3.38.3-tizen.1.0.1...3.38.8-tizen.1.0.0