plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Flutter plugins for Tizen

Results 28 plugins issues
Sort by recently updated
recently updated
newest added

How to reproduce: 1. Set the `initialUrl` of the example app to https://www.youtube.com. 2. Launch the app on a RPi device (recommended) or a mobile emulator. 3. Play any video...

bug

> 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_

### Source code https://github.com/swift-kim/plugins/tree/sqflite/packages/sqflite ### Usage Add `sqflite_tizen` as a git package dependency in your pubspec.yaml. ```yaml dependencies: sqflite: sqflite_tizen: git: https://github.com/swift-kim/plugins ref: sqflite path: packages/sqflite ``` ### Current status...

proposal

There are some differences in the `wnoti-service` log between when a notification is generated through the tizen_notification plugin and by the system(messenger and email). When the Notifcation API is used,...

bug

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...

enhancement

Hi maintainers 🙂 I stumbled across the efforts in this repo (which I think are awesome 🔥) and I wanted to open a discussion about the non-endorsed nature of the...