From 4f74754c1ce2198a7a670df20519609274e1e1e2 Mon Sep 17 00:00:00 2001 From: illia-romanenko <442086+illia-romanenko@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:17:52 -0400 Subject: [PATCH] 7.3.1 release --- flutter_vlc_player/CHANGELOG.md | 4 ++++ flutter_vlc_player/example/lib/vlc_player_with_controls.dart | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flutter_vlc_player/CHANGELOG.md b/flutter_vlc_player/CHANGELOG.md index 8cc6f59d..d177f14d 100644 --- a/flutter_vlc_player/CHANGELOG.md +++ b/flutter_vlc_player/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.3.1 +* Restore Flutter 3.3-3.7 compatibility + Credits to Yang Fang (https://github.com/yangsfang) + ## 7.3.0 * Fix http-user-agent & reuse options on iOS Credits to Afriza N. Arief (https://github.com/afriza) diff --git a/flutter_vlc_player/example/lib/vlc_player_with_controls.dart b/flutter_vlc_player/example/lib/vlc_player_with_controls.dart index 684721dd..4d92cf38 100644 --- a/flutter_vlc_player/example/lib/vlc_player_with_controls.dart +++ b/flutter_vlc_player/example/lib/vlc_player_with_controls.dart @@ -306,7 +306,7 @@ class VlcPlayerWithControlsState extends State child: AnimatedOpacity( opacity: recordingTextOpacity, duration: const Duration(seconds: 1), - child: Wrap( + child: const Wrap( crossAxisAlignment: WrapCrossAlignment.center, children: [ Icon(Icons.circle, color: Colors.red),