You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: