cp_video_player

Creator: coderz1093

Last updated:

0 purchases

cp_video_player Image
cp_video_player Images

Languages

Categories

Add to Cart

Description:

cp video player

cp_video_player #
A customized flutter video player
Getting Started #
import 'package:cp_video_player/cp_video_player.dart';

final CPVideoPlayerController _playerController= CPVideoPlayerController();

@override
void initState() {
super.initState();
_playerController.play("https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_1280_10MG.mp4");
}

@override
Widget build(BuildContext context) {
return Scaffold(
body: SafeArea(
top: MediaQuery.of(context).orientation == Orientation.portrait,
child: CPVideoPlayer(controller: _playerController,),
),
);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.