sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
429 stars 43 forks source link

audioplayer setSourceUrl() not found #138

Closed jinbo1996 closed 1 year ago

jinbo1996 commented 1 year ago

log: arm_release_ver of this libmali is 'g2p0-01eac0', rk_so_ver is '7'. flutter: The Dart VM service is listening on http://127.0.0.1:41859/8my5k4tgU9Q=/ flutter: --------------------- [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method setSourceUrl on channel xyz.luan/audioplayers)

0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:294:7)

jinbo1996 commented 1 year ago

I add the dependencies audioplayers: ^1.1.1 in pubspec.yaml it can play audio on the web,but can not found setSourceUrl on linux device

HidenoriMatsubayashi commented 1 year ago

I don't know which plugin you are using, but it seems that there is a problem with the implementation of the plugin. Plugin implementation is not taken care of in this repository. Please report to the plugin you used.

jinbo1996 commented 1 year ago

ok