File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
flutter_vlc_player_platform_interface Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 7.3.0
2+ * Fix http-user-agent & reuse options on iOS
3+ Credits to Afriza N. Arief (https://github.com/afriza )
4+ * Update to Dart 3 and Flutter 3.13
5+ Credits to romain.gyh (https://github.com/romaingyh )
6+
17## 7.2.0
28* Update to latest VLCKit sdks
39Credits to Mitch Ross (https://github.com/mitchross )
Original file line number Diff line number Diff line change 11name : flutter_vlc_player
22description : A VLC-powered alternative to Flutter's video_player. Supports multiple players on one screen.
3- version : 7.2.1
3+ version : 7.3.0
44homepage : https://github.com/solid-software/flutter_vlc_player/
55
66environment :
@@ -21,7 +21,6 @@ dependencies:
2121 sdk : flutter
2222
2323 flutter_vlc_player_platform_interface : ^2.0.3
24-
2524 meta : ^1.8.0
2625
2726dev_dependencies :
Original file line number Diff line number Diff line change 1+ ## 2.0.3
2+
3+ - Fix http-user-agent. Credits: @afriza
4+
15## 2.0.2
26
37- Update dependencies
You can’t perform that action at this time.
0 commit comments