Boram Bae
Boram Bae
**Escargot (please complete the following information):** - OS: Ubuntu 18.04 - Revision 6aa1ede2033f83a7192f795d73a41675f3cc9d3c **Describe the bug** Classes are always strict mode. Check computed property names and heritage expressions as well....
Signed-off-by: Boram Bae
There are internal requirements for `FlutterView`. The main purpose is to provide some interface for each language(`C#`/`C++`) that works as a UI component of Tizen rather than a single page...
As a first step to provide a way to easily porting Flutter-Tizen to an existing Tizen project, we can consider supporting the below instruction set. ``` cd ~/existing_tizen_project_path/ flutter-tizen create...
Tizen 7.0 will be released this year, and we should be pre-tested the flutter-tizen for that release. basically, Tizen APIs we use in engine and plugin implementations, guarantee backwards compatibility,...
> Why don't you update the test code (and etc.) to the latest? > https://github.com/flutter/plugins/blob/main/packages/google_maps_flutter/google_maps_flutter/example/integration_test/google_maps_test.dart _Originally posted by @swift-kim in https://github.com/flutter-tizen/plugins/issues/464#issuecomment-1277099186_
As far as I know, each video file has orientation tag, and video player must apply the tag when playing. While developing a camera plug-in, I created a video with...