youtube_player icon indicating copy to clipboard operation
youtube_player copied to clipboard

Unhandled Exception: MissingPluginException(No implementation found for method init on channel sarbagyastha.com.np/youtubePlayer)

Open shagal-sajid opened this issue 5 years ago • 0 comments

I've tried to run the sample video player and the preferred example. both give the #same exception

Unhandled Exception: MissingPluginException(No implementation found for method init on channel sarbagyastha.com.np/youtubePlayer)

[VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method init on channel sarbagyastha.com.np/youtubePlayer) #0 MethodChannel.invokeMethod package:flutter/…/services/platform_channel.dart:314 <asynchronous suspension> #1 _channel package:youtube_player/youtube_player.dart:42 #2 _channel package:youtube_player/youtube_player.dart:40 #3 YoutubePlayer.keepOn package:youtube_player/youtube_player.dart:861 #4 _YoutubePlayerState.build package:youtube_player/youtube_player.dart:974 #5 StatefulElement.build package:flutter/…/widgets/framework.dart:4047 #6 ComponentElement.performRebuild package:flutter/…/widgets/framework.dart:3941 #7 Element.rebuild package:flutter/…/widgets/framework.dart:3738 #8 ComponentElement._firstBuild package:flutter/…/widgets/framework.dart:3924 #9 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:4088:11)<…>

Flutter Doctor : `Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, v1.9.1+hotfix.2, on Mac OS X 10.14.4 18E226, locale en-GB)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 10.1) [!] Android Studio (version 3.4) ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. [✓] VS Code (version 1.38.1) [✓] Connected device (1 available)`

I'm using youtube_player: ^3.5.0

shagal-sajid avatar Sep 30 '19 12:09 shagal-sajid