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

Resolves https://github.com/flutter-tizen/plugins/issues/106. Originally [written](https://github.com/HakkyuKim/plugins/commits/flutter_reactive_ble_tizen) by @HakkyuKim, reimplemented and tested by me. Tested on both wearable (SM-R500) and TV (Smart Monitor M5). I used [this Android app](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&hl=en&gl=US&pli=1) to mock a BLE...

Hello Tizen Team, we have tried to support the 8.0 version of the Tizen Os for 2024 Tv lines but when it's come to build and run the app on...

1. Extract a new Macro Definition to check if the player exists. ```C++ #define CHECK_PLAYER(statement) \ { \ VideoPlayer *player = (statement); \ if (!player) { \ return FlutterError("Invalid argument",...

p: video_player_avplay

Here's an example link of the video with the token: videoLink = 'https://media.axprod.net/TestVectors/v7-MultiDRM-SingleKey/Manifest_1080p.mpd'; licenseUrl = '"https://drm-widevine-licensing.axtest.net/AcquireLicense",'; type: DrmType.widevine, heeader : headers: { 'X-AxDRM-Message': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ2ZXJzaW9uIjoxLCJjb21fa2V5X2lkIjoiYjMzNjRlYjUtNTFmNi00YWUzLThjOTgtMzNjZWQ1ZTMxYzc4IiwibWVzc2FnZSI6eyJ0eXBlIjoiZW50aXRsZW1lbnRfbWVzc2FnZSIsImZpcnN0X3BsYXlfZXhwaXJhdGlvbiI6NjAsInBsYXlyZWFkeSI6eyJyZWFsX3RpbWVfZXhwaXJhdGlvbiI6dHJ1ZX0sImtleXMiOlt7ImlkIjoiOWViNDA1MGQtZTQ0Yi00ODAyLTkzMmUtMjdkNzUwODNlMjY2IiwiZW5jcnlwdGVkX2tleSI6ImxLM09qSExZVzI0Y3Iya3RSNzRmbnc9PSJ9XX19.FAbIiPxX8BHi9RwfzD7Yn-wugU19ghrkBFKsaCPrZmU', }, Result: I get a response...

https://pub.dev/packages/video_player_tizen 'https://stream.mux.com/v69RSHhFelSm4701snP22dYz2jICy4E4FUyk02rW4gxRM.m3u8' [E] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(Pause, Player pause failed, null, null) #0 VideoPlayerVideoholeApi.pause (package:video_player_videohole/src/messages.g.dart:759) #1 VideoPlayerController._applyPlayPause (package:video_player_videohole/video_player.dart:584) [E] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(SetPlaybackSpeed, Player set playback speed failed, null, null)...

According to Samsung's official developer page. See: https://developer.samsung.com/smarttv/develop/native/flutter.html Flutter is supported on Samsung Smart TVs starting from Tizen 6.0. However, the video_player_tizen plugin's documentation on https://pub.dev/packages/video_player_tizen mentions support for TV...

There is an existing 3rd party plugin called [flutter_blue ](https://pub.dev/packages/flutter_blue) that lets you communicate through bluetooth on Android and iOS. I think adding Tizen support to this plugin would make...

proposal

During the negotiation process, using a secure web socket for signaling, we receive an [empty candidate representing the end of remote candidates](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/addIceCandidate), but as soon as we try to do...

bug

The 1.0.0 version of video_player (#48) has been merged but there are still problems to be fixed. - [x] A video cannot be played on a TV emulator (only white...

bug