cached_chewie_plus 1.7.5
cached_chewie_plus: ^1.7.5 copied to clipboard
Fork of official chewie [http://github.com/fluttercommunity/chewie] with flutter_cached_video_player_plus.
import 'package:chewie_example/app/app.dart';
import 'package:flutter/material.dart';
void main() {
runApp(
const ChewieDemo(),
);
}