File tree 4 files changed +17
-1
lines changed
packages/video_player/video_player_avfoundation
darwin/video_player_avfoundation/Sources
video_player_avfoundation_ios/include
video_player_avfoundation_macos/include 4 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.6.1
2
+
3
+ * Adds files to make include directory permanent.
4
+
1
5
## 2.6.0
2
6
3
7
* Adds Swift Package Manager compatibility.
Original file line number Diff line number Diff line change
1
+ // Copyright 2013 The Flutter Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
5
+ // Empty file to perserve include directory in pub-cache. See
6
+ // https://github.com/flutter/flutter/issues/148002 for more information.
Original file line number Diff line number Diff line change
1
+ // Copyright 2013 The Flutter Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
5
+ // Empty file to perserve include directory in pub-cache. See
6
+ // https://github.com/flutter/flutter/issues/148002 for more information.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: video_player_avfoundation
2
2
description : iOS and macOS implementation of the video_player plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/video_player/video_player_avfoundation
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
5
- version : 2.6.0
5
+ version : 2.6.1
6
6
7
7
environment :
8
8
sdk : ^3.2.3
You can’t perform that action at this time.
0 commit comments