chewie
chewie copied to clipboard
The video player for Flutter with a heart of gold
After the video is initialized, any change in screen orientation (either by going fullscreen with forced orientation or by device rotation) the video breaks and it can no longer be...
#  class NewTradingStrategy extends StatefulWidget { final String? videoId; const NewTradingStrategy({super.key, this.videoId}); @override State createState() => _NewTradingStrategyState(); } class _NewTradingStrategyState extends State { // final NewTradingStrategyController controller = Get.find();...
https://github.com/user-attachments/assets/326e31d1-8e90-4988-9366-a3cf94a8a675 Code example but not work in web: https://zapp.run/edit/flutter-zlkg06gqlkh0?entry=lib/main.dart&file=lib/main.dart:0-4178 OR ``` import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:video_player/video_player.dart'; import 'package:chewie/chewie.dart'; const primaryColor = Color(0xFF0C3955); const backgroudColor = Color(0xFFEDF1F7); class TranslationScreen extends...
As Expected in MaterialControl, when the video is paused, tapping on the screen should not resume the video. **Issue:** - The Implementation of MaterialControl has _pauseAndPlay in _buildHitArea method. ...
When I build apk app using 'flutter build apk' it shows this error. Does anyone have a solution. FAILURE: Build failed with an exception. * What went wrong: Could not...
I apologize if I'm just stupid but I can't get the modal bottom sheet to appear correctly on Android and web. It works as expected in iOS. I've tried to...
Chewie works nicely on web, which is awesome. But if I go into fullscreen and leave again, it breaks the video and leaves it blank. EDIT: Initially I though this...
I believe this is a video_player issue, but interested to know if there is a way around this limitation. To repro, just add two videos and run on android. Playing...
I recently updated my Android project to target SDK 35, and I noticed that the Chewie video player stopped working as expected. The same implementation works perfectly fine on SDK...
Phone Brand: HuaWei P40 Pro Phone OS: HarmonyOS 4.0.0 Source Link: https://gcalic.v.myalicdn.com/gc/wgw05_1/index.m3u8?contentid=2820180516001 For more details: E/MediaCodecVideoRenderer(25028): Video codec error E/MediaCodecVideoRenderer(25028): android.media.MediaCodec$CodecException: Error 0xfffffc0e E/ExoPlayerImplInternal(25028): Playback error E/ExoPlayerImplInternal(25028): androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error,...