misiio / flutter_music_kit

MIT License
11 stars 7 forks source link

MissingPluginException #4

Open kristopher8 opened 4 months ago

kristopher8 commented 4 months ago

======== Exception caught by services library ====================================================== The following MissingPluginException was thrown while activating platform stream on channel plugins.misi.app/music_kit/music_subscription: MissingPluginException(No implementation found for method listen on channel plugins.misi.app/music_kit/music_subscription)

When the exception was thrown, this was the stack:

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

#1 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:664:9) ==================================================================================================== ======== Exception caught by services library ====================================================== The following MissingPluginException was thrown while activating platform stream on channel plugins.misi.app/music_kit/player_state: MissingPluginException(No implementation found for method listen on channel plugins.misi.app/music_kit/player_state) When the exception was thrown, this was the stack: #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:320:7) #1 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:664:9) ==================================================================================================== ======== Exception caught by services library ====================================================== The following MissingPluginException was thrown while activating platform stream on channel plugins.misi.app/music_kit/player_queue: MissingPluginException(No implementation found for method listen on channel plugins.misi.app/music_kit/player_queue) When the exception was thrown, this was the stack: #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:320:7) #1 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:664:9) ====================================================================================================