Diego Tori

Results 186 comments of Diego Tori

@nirmalraj2000 if you upgrade your Flutter dependencies, it should also upgrade `video_player` as a result. Keep in mind that because this `video_player` version is a patch release, it should easily...

@daniellampl Thanks for your contribution. Please re-sync your PR with `master`'s latest changes. Thanks.

Published in version `1.8.4`. Congrats @daniellampl.

Looks like it's been a while since I updated the app. I'm gonna see if upgrading the particulars on Android will do the trick, since it now requires upgrading that...

@emran92 I recentlly released version `1.4.0`, which upgrades Android to use the latest Gradle plugins, as well as upgrading pigeon to the latest version. Please clean and rebuild, then call...

@naghinezhad While I appreciate the gesture, note that Chewie is primarily focused on providing a UI for `video_player`. Nevertheless, fell free to take the UI from this project into your...

@DartViet you should ideally use * One dictated by business logic: Playing a video should enable the wakelock and pausing/stopping it should release it. * And another dictated by lifecycle:...

Please run both `flutter clean` and `flutter pub upgrade`, since new library versions may also be using new `wakelock_plus_platforn_interface` versions. Thanks.

In this case, I'll need a reproducible example project that attempts to build an Android app that uses this plugin.

@chocolateonly since Chewie is merely a UI layer over the `video_player` plugin, your best bet is to reach out to the Flutter team first, since this looks like it affects...