Skip to content

Commit

Permalink
[devtools_app] update dependency on pkg:file_selector (#6762)
Browse files Browse the repository at this point in the history
Allows version of file_selector_web that support wasm

![build.yaml badge]

If you need help, consider asking for help on [Discord].

[build.yaml badge]: https://github.com/flutter/devtools/actions/workflows/build.yaml/badge.svg
  • Loading branch information
kevmoo authored Nov 17, 2023
1 parent e7485c0 commit 5e83456
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ dependencies:
devtools_extensions: ^0.0.10
devtools_shared: ^6.0.1
file: ">=6.0.0 <8.0.0"
file_selector: ^0.8.0
file_selector_linux: ^0.0.2
file_selector_macos: ^0.0.2
file_selector_web: ^0.8.1
file_selector_windows: ^0.0.2
file_selector: ^1.0.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
flutter:
sdk: flutter
flutter_markdown: ^0.6.8
Expand Down

0 comments on commit 5e83456

Please sign in to comment.