-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix to videos recorded with an orientation of 180° ( landscapeRight) being reversed on Android #646
Conversation
I'll be using this for the time being as my clients have been eager to see this bug from june 2020 being fixed :-)
|
@williamviktorsson Thanks for the PR. Please revert the version name change, since I'll take care of that when I create a new release tonight or this week. |
revert version up
Done! |
@williamviktorsson LGTM. Once the automated checks pass, then I'll merge to master. Will cut a build either tonight or this weekend. |
* commit '3948d23733638d8a58ea5ff065abfe96934d2373': (110 commits) Version 1.3.4. Addresses PRs fluttercommunity#623 and fluttercommunity#646. Update pubspec.yaml version updates fix: change video type fix: format and migration artifacts fix: apply diegotori suggestion feat: added support for apple and desktop version feat: Make progressIndicatorDelay a Duration fix: simplify assignation fix: name fix: let the android player buffer before seeking once more fix: removed old code fix: lint feat: added method to set progress delay feat: added example debug feat: add a delay before displaying progress indicator Version 1.3.3. Adds PR fluttercommunity#634. Update pubspec.yaml chore: remove unused dependency Version 1.3.2. Adds PR fluttercommunity#626. ... # Conflicts: # example/ios/Runner.xcodeproj/project.pbxproj # example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme # example/ios/Runner/Info.plist # example/lib/main.dart # example/pubspec.yaml # lib/src/chewie_player.dart # pubspec.yaml
guys, this is still happening! FYI |
@Hamdan85 if this is still happening on Android, then please raise an issue with the Flutter team related to Keep in mind that Chewie is merely a UI layer over |
Dependency updates to latest versions as of 2022-06-14.
Most importantly it includes video_player 2.4.4 which solves the issue of landscape mode videos captured in (landscapeRight) being rotated 180 degrees on android.
Relevant issue: flutter/flutter#60327