Skip to content

Commit 4f74754

Browse files
7.3.1 release
1 parent 9467489 commit 4f74754

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

flutter_vlc_player/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.3.1
2+
* Restore Flutter 3.3-3.7 compatibility
3+
Credits to Yang Fang (https://github.com/yangsfang)
4+
15
## 7.3.0
26
* Fix http-user-agent & reuse options on iOS
37
Credits to Afriza N. Arief (https://github.com/afriza)

flutter_vlc_player/example/lib/vlc_player_with_controls.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class VlcPlayerWithControlsState extends State<VlcPlayerWithControls>
306306
child: AnimatedOpacity(
307307
opacity: recordingTextOpacity,
308308
duration: const Duration(seconds: 1),
309-
child: Wrap(
309+
child: const Wrap(
310310
crossAxisAlignment: WrapCrossAlignment.center,
311311
children: [
312312
Icon(Icons.circle, color: Colors.red),

0 commit comments

Comments
 (0)