sarmay_chewie 0.0.3
sarmay_chewie: ^0.0.3 copied to clipboard
A video player for Flutter with Cupertino and Material play controls, 基于chewie1.12.1修改了一些内容
import 'package:sarmay_chewie_example/app/app.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const ChewieDemo());
}