Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
38e5047
flutter create output, unmodified
stuartmorgan-g Sep 21, 2023
d56fbd9
Add licenses
stuartmorgan-g Sep 21, 2023
b6c6e4c
Add macOS metadata
stuartmorgan-g Sep 21, 2023
d93570f
Move source to shared location
stuartmorgan-g Sep 21, 2023
f6aee72
Automatic build changes
stuartmorgan-g Sep 21, 2023
d49c0f5
Update Pigeon to pick up macOS Obj-C support
stuartmorgan-g Sep 21, 2023
10f3496
Shared native tests
stuartmorgan-g Sep 21, 2023
d784b63
Initial compilation fixes
stuartmorgan-g Sep 21, 2023
3223b94
Conditionalize UIViewController usage
stuartmorgan-g Sep 21, 2023
e510c37
Initial pass at CVDisplayLink
stuartmorgan-g Sep 21, 2023
dcb3f33
Network entitlement for example
stuartmorgan-g Sep 21, 2023
5de83d6
Add workaround for asset loading issue
stuartmorgan-g Sep 22, 2023
194ed77
Missing display link bits
stuartmorgan-g Sep 22, 2023
66a1c50
Add display link comments and don't change iOS here
stuartmorgan-g Sep 22, 2023
1022796
Fix unit tests
stuartmorgan-g Sep 22, 2023
4806a6d
Unwind XCUITests
stuartmorgan-g Sep 22, 2023
797fa8d
Add macOS support
stuartmorgan-g Sep 22, 2023
1d8ebd4
Remove symlinks; they aren't needed for supported versions
stuartmorgan-g Sep 22, 2023
7a84011
Add support for stable
stuartmorgan-g Sep 22, 2023
22246f7
Require 3.13 due to lookupKeyForAsset
stuartmorgan-g Sep 22, 2023
bc8953d
Disable a warning that's flagging intentional test behavior
stuartmorgan-g Sep 22, 2023
30b5011
Merge branch 'main' into video-player-macos
stuartmorgan-g Sep 26, 2023
1007020
Add a flag to clear Flutter caches
stuartmorgan-g Sep 26, 2023
04b0ff9
Add the flag
stuartmorgan-g Sep 26, 2023
09d60e4
Merge branch 'main' into video-player-macos
stuartmorgan-g Sep 26, 2023
144aeca
Revert "Add the flag"
stuartmorgan-g Sep 27, 2023
2bd1448
Revert "Add a flag to clear Flutter caches"
stuartmorgan-g Sep 27, 2023
18da78b
Temporarily add verbose to linting
stuartmorgan-g Sep 27, 2023
6a45c4d
Reorder properties
stuartmorgan-g Sep 27, 2023
51f4f8f
Revert "Temporarily add verbose to linting"
stuartmorgan-g Sep 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add macOS support
  • Loading branch information
stuartmorgan-g committed Sep 22, 2023
commit 797fa8d29c5d775952af38e4a783c2dd94b33258
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.0

* Adds support for macOS.

## 2.4.10

* Adds pub topics to package metadata.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player_avfoundation
description: iOS and macOS implementation of the video_player plugin.
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player_avfoundation
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
version: 2.4.10
version: 2.5.0

environment:
sdk: ">=2.19.0 <4.0.0"
Expand Down