chewie icon indicating copy to clipboard operation
chewie copied to clipboard

The video player for Flutter with a heart of gold

Results 282 chewie issues
Sort by recently updated
recently updated
newest added

When will the Chromecast option be available?

chewie-1.0.0/lib/src/material_controls.dart:441:50: Error: The getter 'accentColor' isn't defined for the class 'ThemeData'. - 'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('/Users/mahmoudazab/Developer/flutter/packages/flutter/lib/src/material/theme_data.dart'). Try correcting the name to the name of an existing getter, or defining...

I would like to propose the addition of a very useful feature which is auto rotate on device orientation change, So for example when the device rotates to landscape it...

``` Because wakelock_windows >=0.2.1 depends on win32 ^3.0.0 and wakelock_windows =7.0.0 depends on win32 ^4.0.0, share_plus >=7.0.0 is incompatible with wakelock_windows. And because chewie >=1.3.5 depends on wakelock ^0.6.2 which...

I'm experiencing a crash issue when zooming in on videos in Flutter 3.10.0, but this problem is specific to iOS. The crash occurs on both physical devices and simulators. Below...

is this support in Android TV or play youtube videos via url?

Add long requests (#80) bufferingBuilder for customizing the widget built while chewie buffers the video.

Future initializePlayer() async { videoController = VideoPlayerController.networkUrl(Uri.parse(widget.url)); await Future.wait([videoController.initialize()]); chewieController = ChewieController( videoPlayerController: videoController, aspectRatio: widget.aspectRatio, autoPlay: widget.autoPlay, looping: widget.looping, isLive: true, showOptions: false, // useRootNavigator: false, // controlsSafeAreaMinimum: EdgeInsets.fromLTRB(0,...

when importing any version greater than 1.0.0, an error message ``` Could not find com.android.tools.build:gradle:8.1.2 ``` is reported during compilation. the current environment gradle version is: 7.4. i tried to...