Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 0 additions & 6 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ PODS:
- FlutterMacOS
- screen_retriever_macos (0.0.1):
- FlutterMacOS
- window_manager (0.2.0):
- FlutterMacOS
- window_size (0.0.2):
- FlutterMacOS
Comment on lines 9 to 10
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The window_manager dependency is being removed here. Is this intentional? If so, please provide a reason in the commit message or pull request description. If it's unintentional, please add it back.


Expand All @@ -16,7 +14,6 @@ DEPENDENCIES:
- macos_secure_bookmarks (from `Flutter/ephemeral/.symlinks/plugins/macos_secure_bookmarks/macos`)
- pasteboard (from `Flutter/ephemeral/.symlinks/plugins/pasteboard/macos`)
- screen_retriever_macos (from `Flutter/ephemeral/.symlinks/plugins/screen_retriever_macos/macos`)
- window_manager (from `Flutter/ephemeral/.symlinks/plugins/window_manager/macos`)
- window_size (from `Flutter/ephemeral/.symlinks/plugins/window_size/macos`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The window_manager dependency is being removed here. Is this intentional? If so, please provide a reason in the commit message or pull request description. If it's unintentional, please add it back.


EXTERNAL SOURCES:
Expand All @@ -28,8 +25,6 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/pasteboard/macos
screen_retriever_macos:
:path: Flutter/ephemeral/.symlinks/plugins/screen_retriever_macos/macos
window_manager:
:path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos
window_size:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The window_manager dependency is being removed here. Is this intentional? If so, please provide a reason in the commit message or pull request description. If it's unintentional, please add it back.

:path: Flutter/ephemeral/.symlinks/plugins/window_size/macos

Expand All @@ -38,7 +33,6 @@ SPEC CHECKSUMS:
macos_secure_bookmarks: cff041c4b377fa00941bb901aaec4d27fac5edf2
pasteboard: 9b69dba6fedbb04866be632205d532fe2f6b1d99
screen_retriever_macos: 776e0fa5d42c6163d2bf772d22478df4b302b161
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8
window_size: 339dafa0b27a95a62a843042038fa6c3c48de195
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The window_manager dependency is being removed here. Is this intentional? If so, please provide a reason in the commit message or pull request description. If it's unintentional, please add it back.


PODFILE CHECKSUM: f429f80f5470aff39540e8333365097246b857cb
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@ packages:
dependency: "direct dev"
description:
name: pedantic_sensuikan1973
sha256: "7a9c696e5d23820ac1a83cc74a3265e03831e2884b2440c0bbcae429c8e15d31"
sha256: ddbd62923cd96e31fd58ff388195583f383b0d6be4b9a3b0b63be6be9b034837
url: "https://pub.dev"
source: hosted
version: "5.14.0"
version: "5.15.0"
petitparser:
dependency: transitive
description:
Expand Down Expand Up @@ -877,10 +877,10 @@ packages:
dependency: "direct main"
description:
name: window_manager
sha256: "732896e1416297c63c9e3fb95aea72d0355f61390263982a47fd519169dc5059"
sha256: "51d50168ab267d344b975b15390426b1243600d436770d3f13de67e55b05ec16"
url: "https://pub.dev"
source: hosted
version: "0.4.3"
version: "0.5.0"
window_size:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
provider: ^6.1.5
sentry_flutter: ^8.14.2
shared_preferences: ^2.5.3
window_manager: ^0.4.3 # for "onWindowResize" and "onWindowMoved"
window_manager: ^0.5.0 # for "onWindowResize" and "onWindowMoved"
window_size:
git:
# See: https://github.com/google/flutter-desktop-embedding/tree/main/plugins/window_size
Expand All @@ -65,7 +65,7 @@ dev_dependencies:
sdk: flutter
msix: ^3.16.9
path_provider_platform_interface: ^2.1.2
pedantic_sensuikan1973: ^5.14.0
pedantic_sensuikan1973: ^5.15.0
plugin_platform_interface: ^2.1.8
# https://pub.dev/packages/shared_preferences_platform_interface/changelog#220
# https://github.com/sensuikan1973/pedax/pull/1387#issuecomment-1489619974
Expand Down