flutter_video_controls 1.7.6 copy "flutter_video_controls: ^1.7.6" to clipboard
flutter_video_controls: ^1.7.6 copied to clipboard

A video player for Flutter with Cupertino and Material play controls

example/lib/main.dart

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

void main() {
  runApp(
    const ChewieDemo(),
  );
}
1
likes
140
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

A video player for Flutter with Cupertino and Material play controls

Repository
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, provider, video_player, wakelock_plus

More

Packages that depend on flutter_video_controls