Skip to content

Commit

Permalink
7.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-romanenko committed Sep 8, 2023
1 parent 9467489 commit 4f74754
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions flutter_vlc_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class VlcPlayerWithControlsState extends State<VlcPlayerWithControls>
child: AnimatedOpacity(
opacity: recordingTextOpacity,
duration: const Duration(seconds: 1),
child: Wrap(
child: const Wrap(
crossAxisAlignment: WrapCrossAlignment.center,
children: [
Icon(Icons.circle, color: Colors.red),
Expand Down

0 comments on commit 4f74754

Please sign in to comment.