FluTube
FluTube copied to clipboard
A Flutter plugin to facilitate embedding Youtube videos inside mobile apps.
Code: FluTube( "https://www.youtube.com/watch?v=aNrqaOAt5P4", autoPlay: false, aspectRatio: 16 / 9, looping: true, onVideoStart: () {}, onVideoEnd: () {}, ) Get this error: The following NoSuchMethodError was thrown while handling a gesture:...
how can we use this plugin to run youtube live stream? like https://www.youtube.com/watch?v=9Auq9mYxFEE An example will be very helpful.
I am geting this when try running the example: The method 'play' was called on null. Receiver: null Tried calling: play()
Uncaught Error: Assertion failed: org-dartlang-sdk:///flutter_web_sdk/lib/_engine/engine/pointer_converter.dart:435:18 state.down is not true at Object.throw_ [as throw] (:51441/packages/build_web_compilers/src/dev_compiler/dart_sdk.js:4022) at Object.assertFailed (:51441/packages/build_web_compilers/src/dev_compiler/dart_sdk.js:3970) at _engine.PointerDataConverter.new.convert (:51441/packages/build_web_compilers/src/dev_compiler/dart_sdk.js:144346) at _engine._PointerAdapter.new.[_convertEventsToPointerData] (:51441/packages/build_web_compilers/src/dev_compiler/dart_sdk.js:143910) at :51441/packages/build_web_compilers/src/dev_compiler/dart_sdk.js:143878 at :51441/packages/build_web_compilers/src/dev_compiler/dart_sdk.js:143854 at HTMLElement. (:51441/packages/build_web_compilers/src/dev_compiler/dart_sdk.js:143648)
Hello, Not sure if anyone else has experienced this but the same youtube link plays on Android but on iOS, I get a spinning wheel. This seem to happen almost...
How to fix it?
Get video player control through a callback
Hi. First of all, thanks for this awesome plugin! I wasted like 2 days trying to find one that actually works and this is the best one, by far! That...
This plugin is amazing but it does not play live videos. Is there any workaround for that?