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.
pull/1398/head
stuartmorgan 2 years ago committed by GitHub
parent 85fa56b77c
commit 6dfc29e090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,10 +10,7 @@ dependencies:
built_collection: ^5.1.1 built_collection: ^5.1.1
built_value: ^8.3.0 built_value: ^8.3.0
cupertino_icons: ^1.0.2 cupertino_icons: ^1.0.2
file_selector: ^0.9.0 file_selector: ^0.9.1
file_selector_linux: ^0.9.0
file_selector_macos: ^0.9.0
file_selector_windows: ^0.9.0
fluent_ui: ^3.11.1 fluent_ui: ^3.11.1
fluentui_system_icons: ^1.1.168 fluentui_system_icons: ^1.1.168
flutter: flutter:

@ -10,10 +10,7 @@ dependencies:
built_collection: ^5.1.1 built_collection: ^5.1.1
built_value: ^8.3.0 built_value: ^8.3.0
cupertino_icons: ^1.0.2 cupertino_icons: ^1.0.2
file_selector: ^0.9.0 file_selector: ^0.9.1
file_selector_linux: ^0.9.0
file_selector_macos: ^0.9.0
file_selector_windows: ^0.9.0
flutter: flutter:
sdk: flutter sdk: flutter
flutter_simple_treeview: ^3.0.0-nullsafety.1 flutter_simple_treeview: ^3.0.0-nullsafety.1

@ -14,11 +14,7 @@ dependencies:
adaptive_breakpoints: ^0.1.1 adaptive_breakpoints: ^0.1.1
cupertino_icons: ^1.0.2 cupertino_icons: ^1.0.2
equatable: ^2.0.3 equatable: ^2.0.3
file_selector: ^0.9.0 file_selector: ^0.9.1
file_selector_linux: ^0.9.0
file_selector_macos: ^0.9.0
file_selector_web: ^0.9.0
file_selector_windows: ^0.9.0
flutter_markdown: ^0.6.2 flutter_markdown: ^0.6.2
google_fonts: ^3.0.0 google_fonts: ^3.0.0
hive: ^2.0.4 hive: ^2.0.4

Loading…
Cancel
Save