flexivideoplayer 0.0.5
flexivideoplayer: ^0.0.5 copied to clipboard
Advanced video player based on video_player and Flexi. It's solves many typical use cases and it's easy to run.
example/lib/main.dart
import 'package:example/app/app.dart';
import 'package:flutter/material.dart';
void main() {
runApp(
FlexiDemo(),
);
}