Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #1329

Open
rinsarmu opened this issue Sep 16, 2024 · 0 comments
Open

[BUG] #1329

rinsarmu opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
new issue New issue which has not been checked yet

Comments

@rinsarmu
Copy link

getting the following error for flutter-tizen.
The better player configuration is working fine on normal flutter project. but when I reuse the same code base for flutter-tizen I got the following errors.

[E] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method init on channel better_player_channel)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)

[E] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method create on channel better_player_channel)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)

#1 MethodChannelVideoPlayer.create (package:better_player/src/video_player/method_channel_video_player.dart:37:37)

#2 VideoPlayerController._create (package:better_player/src/video_player/video_player.dart:202:18)

[I] flutter: AsyncSnapshot<BetterPlayerController?>(ConnectionState.waiting, null, null, null)
[E] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method setAudioTrack on channel better_player_channel)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)

better_player: ^0.0.84

@rinsarmu rinsarmu added the new issue New issue which has not been checked yet label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new issue New issue which has not been checked yet
Projects
None yet
Development

No branches or pull requests

2 participants