From 1281d4336838cc93e0fdcb18ee0b252a72bc8d0a Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Wed, 31 Aug 2022 07:04:25 +1000 Subject: [PATCH] Pin `window_size` and `menubar` (#1398) --- desktop_photo_search/fluent_ui/analysis_options.yaml | 4 ++++ desktop_photo_search/fluent_ui/pubspec.yaml | 10 ++++++---- desktop_photo_search/material/analysis_options.yaml | 4 ++++ desktop_photo_search/material/pubspec.yaml | 2 ++ 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/desktop_photo_search/fluent_ui/analysis_options.yaml b/desktop_photo_search/fluent_ui/analysis_options.yaml index 09405a34a..b27820a40 100644 --- a/desktop_photo_search/fluent_ui/analysis_options.yaml +++ b/desktop_photo_search/fluent_ui/analysis_options.yaml @@ -2,3 +2,7 @@ include: ../../analysis_options.yaml analyzer: exclude: [lib/src/**.g.dart] + +linter: + rules: + sort_pub_dependencies: true diff --git a/desktop_photo_search/fluent_ui/pubspec.yaml b/desktop_photo_search/fluent_ui/pubspec.yaml index 3917cb666..38a3669dc 100644 --- a/desktop_photo_search/fluent_ui/pubspec.yaml +++ b/desktop_photo_search/fluent_ui/pubspec.yaml @@ -21,14 +21,16 @@ dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/menubar - window_size: - git: - url: https://github.com/google/flutter-desktop-embedding.git - path: plugins/window_size + ref: 12decbe0f592e14e03223f6f2c0c7e0e2dbd70a1 provider: ^6.0.2 transparent_image: ^2.0.0 url_launcher: ^6.1.1 uuid: ^3.0.5 + window_size: + git: + url: https://github.com/google/flutter-desktop-embedding.git + path: plugins/window_size + ref: 12decbe0f592e14e03223f6f2c0c7e0e2dbd70a1 dev_dependencies: async: ^2.8.2 diff --git a/desktop_photo_search/material/analysis_options.yaml b/desktop_photo_search/material/analysis_options.yaml index 09405a34a..b27820a40 100644 --- a/desktop_photo_search/material/analysis_options.yaml +++ b/desktop_photo_search/material/analysis_options.yaml @@ -2,3 +2,7 @@ include: ../../analysis_options.yaml analyzer: exclude: [lib/src/**.g.dart] + +linter: + rules: + sort_pub_dependencies: true diff --git a/desktop_photo_search/material/pubspec.yaml b/desktop_photo_search/material/pubspec.yaml index 8ce601541..856db62cc 100644 --- a/desktop_photo_search/material/pubspec.yaml +++ b/desktop_photo_search/material/pubspec.yaml @@ -20,6 +20,7 @@ dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/menubar + ref: 12decbe0f592e14e03223f6f2c0c7e0e2dbd70a1 provider: ^6.0.2 transparent_image: ^2.0.0 url_launcher: ^6.1.1 @@ -28,6 +29,7 @@ dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size + ref: 12decbe0f592e14e03223f6f2c0c7e0e2dbd70a1 dev_dependencies: async: ^2.8.2