flexivideoplayer 0.0.2
flexivideoplayer: ^0.0.2 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(
const FlexiDemo(),
);
}