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.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_plyr/flutter_plyr.dart';

void main() {
  runApp(PlyrVideoPlayer());
}

class PlyrVideoPlayer extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: Container(child: Plyr('AGBjI0x9VbM')),
      ),
    );
  }
}
5
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

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