ponnamkarthik / FlutterYoutube

Flutter Plugin to play youtube Videos
Apache License 2.0
126 stars 56 forks source link

Build error by Flutter v1.9.1+hotfix.4 #48

Closed zxl777 closed 4 years ago

zxl777 commented 4 years ago

Running flutter doctor... Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, v1.9.1+hotfix.4, on Mac OS X 10.14.6 18G103, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 11.1) [✓] Android Studio (version 3.5) [✓] VS Code (version 1.39.1) [✓] Connected device (1 available)

Build Error: Static method 'playYoutubeVideoByUrl' can't be accessed through an instance. Try using the class 'FlutterYoutube' to access the method.

zxl777 commented 4 years ago

Replace the "youtube." to "FlutterYoutube. ", the program fixed.

ponnamkarthik commented 4 years ago

please user v2.0.0 and check readme for changes