Skip to content

Commit

Permalink
Merge branch 'master' of github.com:flutter/devtools into offline
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Jul 6, 2023
2 parents 8159ada + 5074fd2 commit bca4942
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ version: 2.26.0-dev.0
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.0.0'
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
ansi_up: ^1.0.0
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies:
sdk: flutter
http: ^0.13.4
image: ^3.0.2
intl: '>=0.16.1 <0.18.0'
intl: ">=0.16.1 <0.18.0"
js: ^0.6.1+1
leak_tracker: 2.0.1
logging: ^1.1.1
Expand All @@ -58,7 +58,8 @@ dependencies:
url_launcher: ^6.1.0
url_launcher_web: ^2.0.6
vm_service: ^11.3.0
vm_snapshot_analysis: ^0.7.1
# TODO https://github.com/dart-lang/sdk/issues/52853 - unpin this version
vm_snapshot_analysis: 0.7.2
web_socket_channel: ^2.1.0
# widget_icons: ^0.0.1

Expand All @@ -75,7 +76,7 @@ dev_dependencies:
integration_test:
sdk: flutter
mockito: ^5.4.1
webkit_inspection_protocol: '>=0.5.0 <2.0.0'
webkit_inspection_protocol: ">=0.5.0 <2.0.0"
stager: ^1.0.1

flutter:
Expand Down

0 comments on commit bca4942

Please sign in to comment.