Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: update platform packages to latest versions to prevent Android M…
…ediaCodec crash
  • Loading branch information
gizemgizg authored Nov 16, 2025
commit 321c5ad603f2fd35f86c6375c734d2d5698246d3
8 changes: 4 additions & 4 deletions packages/video_player/video_player/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ dependencies:
flutter:
sdk: flutter
html: ^0.15.0
video_player_android: ^2.8.1
video_player_avfoundation: ^2.7.0
video_player_platform_interface: ^6.3.0
video_player_web: ^2.1.0
video_player_android: ^2.8.17

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

It seems the version for video_player_android is not the latest available in this branch. The pubspec.yaml for video_player_android indicates version 2.8.18, but this file updates the dependency to ^2.8.17. To ensure the latest fixes are included, this should be updated to ^2.8.18.

  video_player_android: ^2.8.18

video_player_avfoundation: ^2.8.6
video_player_platform_interface: ^6.6.0
video_player_web: ^2.4.0

dev_dependencies:
flutter_test:
Expand Down