From 6dfc29e090e1596c2f20697768c100173df8d04f Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Tue, 30 Aug 2022 00:58:10 -0400 Subject: [PATCH] Remove `file_selector_*` from pubspecs. (#1397) As of 0.9.1, all of the 1P implementations of `file_selector` are endorsed, so there's no need to directly include the sub-packages. --- desktop_photo_search/fluent_ui/pubspec.yaml | 5 +---- desktop_photo_search/material/pubspec.yaml | 5 +---- experimental/linting_tool/pubspec.yaml | 6 +----- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/desktop_photo_search/fluent_ui/pubspec.yaml b/desktop_photo_search/fluent_ui/pubspec.yaml index ed6e98c5c..3917cb666 100644 --- a/desktop_photo_search/fluent_ui/pubspec.yaml +++ b/desktop_photo_search/fluent_ui/pubspec.yaml @@ -10,10 +10,7 @@ dependencies: built_collection: ^5.1.1 built_value: ^8.3.0 cupertino_icons: ^1.0.2 - file_selector: ^0.9.0 - file_selector_linux: ^0.9.0 - file_selector_macos: ^0.9.0 - file_selector_windows: ^0.9.0 + file_selector: ^0.9.1 fluent_ui: ^3.11.1 fluentui_system_icons: ^1.1.168 flutter: diff --git a/desktop_photo_search/material/pubspec.yaml b/desktop_photo_search/material/pubspec.yaml index 0f1be5ed9..8ce601541 100644 --- a/desktop_photo_search/material/pubspec.yaml +++ b/desktop_photo_search/material/pubspec.yaml @@ -10,10 +10,7 @@ dependencies: built_collection: ^5.1.1 built_value: ^8.3.0 cupertino_icons: ^1.0.2 - file_selector: ^0.9.0 - file_selector_linux: ^0.9.0 - file_selector_macos: ^0.9.0 - file_selector_windows: ^0.9.0 + file_selector: ^0.9.1 flutter: sdk: flutter flutter_simple_treeview: ^3.0.0-nullsafety.1 diff --git a/experimental/linting_tool/pubspec.yaml b/experimental/linting_tool/pubspec.yaml index 12305c414..a73b84fda 100644 --- a/experimental/linting_tool/pubspec.yaml +++ b/experimental/linting_tool/pubspec.yaml @@ -14,11 +14,7 @@ dependencies: adaptive_breakpoints: ^0.1.1 cupertino_icons: ^1.0.2 equatable: ^2.0.3 - file_selector: ^0.9.0 - file_selector_linux: ^0.9.0 - file_selector_macos: ^0.9.0 - file_selector_web: ^0.9.0 - file_selector_windows: ^0.9.0 + file_selector: ^0.9.1 flutter_markdown: ^0.6.2 google_fonts: ^3.0.0 hive: ^2.0.4