@@ -11,23 +11,26 @@ version: 0.9.6
1111homepage : https://github.com/flutter/devtools
1212
1313environment :
14- sdk : ' >=2.10.0 <3.0.0'
14+ sdk : " >=2.10.0 <3.0.0"
1515 # The flutter desktop support interacts with build scripts on the Flutter
1616 # side that are not yet stable, so it requires a very recent version of
1717 # Flutter. This version will increase regularly as the build scripts change.
18- flutter : ' >=1.10.0'
18+ flutter : " >=1.10.0"
1919
2020dependencies :
21- ansi_up :
22- ^0.0.2
21+ ansi_up : ^0.0.2
2322 # path: ../../third_party/packages/ansi_up
2423 # Pin ansicolor to version before pre-NNBD version 1.1.0, should be ^1.0.5
25- # See https://github.com/flutter/devtools/issues/2530
24+ # See https://github.com/flutter/devtools/issues/2530
2625 ansicolor : 1.0.5
27- async : ^2.0.0
26+ async : ^2.0.0
2827 collection : ^1.15.0-nnbd
2928 devtools_shared : 0.9.6
3029 file : ^5.1.0
30+ file_selector : ^0.7.0
31+ file_selector_linux : ^0.0.1
32+ file_selector_macos : ^0.0.1
33+ file_selector_web : ^0.7.0
3134 flutter :
3235 sdk : flutter
3336 flutter_web_plugins :
@@ -59,8 +62,7 @@ dev_dependencies:
5962 # (temporary home for canonical lints)
6063 simple_lint_rules : ^1.0.0
6164 test : any # This version is pinned by Flutter so we don't need to set one explicitly.
62- webkit_inspection_protocol : ' >=0.5.0 <0.8.0'
63-
65+ webkit_inspection_protocol : " >=0.5.0 <0.8.0"
6466
6567flutter :
6668 uses-material-design : true
@@ -113,12 +115,12 @@ flutter:
113115 - asset : fonts/Octicons.ttf
114116
115117dependency_overrides :
116- # The "#OVERRIDE_FOR_DEVELOPMENT" lines are stripped out when we publish.
117- # All overriden dependencies are published together so there is no harm
118- # in treating them like they are part of a mono-repo while developing.
118+ # The "#OVERRIDE_FOR_DEVELOPMENT" lines are stripped out when we publish.
119+ # All overriden dependencies are published together so there is no harm
120+ # in treating them like they are part of a mono-repo while developing.
119121 devtools_server : # OVERRIDE_FOR_DEVELOPMENT
120- path : ../devtools_server # OVERRIDE_FOR_DEVELOPMENT
121- devtools_shared : # OVERRIDE_FOR_DEVELOPMENT
122- path : ../devtools_shared # OVERRIDE_FOR_DEVELOPMENT
123- devtools_testing : # OVERRIDE_FOR_DEVELOPMENT
124- path : ../devtools_testing # OVERRIDE_FOR_DEVELOPMENT
122+ path : ../devtools_server # OVERRIDE_FOR_DEVELOPMENT
123+ devtools_shared : # OVERRIDE_FOR_DEVELOPMENT
124+ path : ../devtools_shared # OVERRIDE_FOR_DEVELOPMENT
125+ devtools_testing : # OVERRIDE_FOR_DEVELOPMENT
126+ path : ../devtools_testing # OVERRIDE_FOR_DEVELOPMENT
0 commit comments