flutter_plyr 0.0.2 copy "flutter_plyr: ^0.0.2" to clipboard
flutter_plyr: ^0.0.2 copied to clipboard

outdated

simple plyr for play youtube and vimeo videos inline. This is most stable and less control than other available packages.

flutter_plyr #

simple plyr for play youtube videos inline

Getting Started #

Getting Started

For help getting started with Flutter, view our online documentation.

iOS

In order for plugin to work correctly, you need to add new key to ios/Runner/Info.plist

NSAllowsArbitraryLoadsInWebContent is for iOS 10+ and NSAllowsArbitraryLoads for iOS 9.

Android

Android API 20 and above (From Android 5.0)

How it works

You can directly apply Youtube Video ID

MaterialApp( home: Scaffold( body: Container( child: Plyr('AGBjI0x9VbM')), ), );

Future Update: Vimeo Support

5
likes
0
pub points
18%
popularity

Publisher

unverified uploader

simple plyr for play youtube and vimeo videos inline. This is most stable and less control than other available packages.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_webview_plugin

More

Packages that depend on flutter_plyr