custom_chewie 0.7.0 copy "custom_chewie: ^0.7.0" to clipboard
custom_chewie: ^0.7.0 copied to clipboard

A custom chewie video player for Flutter with Cupertino and Material play controls

custom_chewie #

fork #

A custom chewie fork that has a unique design and some extra features.

The video player for Flutter with a heart of gold.

The video_player plugin provides low-level access to video playback. Chewie uses the video_player under the hood and wraps it in a friendly Material or Cupertino UI!

features #

  • Fullscreen on orientation change to landscape
  • Exit fullscreen on portrait orientation
  • Picture in Picture for Android SDK > 24
  • Custom design
  • Back button

Demo #

Installation #

In your pubspec.yaml file within your Flutter Project:

dependencies:
  custom_chewie: <latest_version>

Use it #

import 'package:custom_chewie/custom_chewie.dart';

final playerWidget = new Chewie(
  new VideoPlayerController.network(
    'https://flutter.github.io/assets-for-api-docs/videos/butterfly.mp4'
  ),
  aspectRatio: 3 / 2,
  autoPlay: true,
  looping: true,
);

Example #

Please run the app in the example/ folder to start playing!

13
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A custom chewie video player for Flutter with Cupertino and Material play controls

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_android_pip, open_iconic_flutter, video_player

More

Packages that depend on custom_chewie