flexivideoplayer 0.0.8 copy "flexivideoplayer: ^0.0.8" to clipboard
flexivideoplayer: ^0.0.8 copied to clipboard

outdated

Advanced video player based on video_player and Chewie.

example/lib/main.dart

import 'package:example/app/app.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(
     FlexiDemo(),
  );
}