| name: devtools_server |
| description: A server that supports Dart DevTools. |
| |
| # Note: this version should only be updated by running tools/update_version.sh |
| # that updates all versions of packages from packages/devtools. |
| version: 2.2.3 |
| |
| homepage: https://github.com/flutter/devtools |
| |
| environment: |
| sdk: '>=2.6.0 <3.0.0' |
| |
| dependencies: |
| args: ^2.0.0 |
| browser_launcher: ^0.1.5 |
| devtools_shared: 2.2.3 |
| intl: '>=0.16.1 <0.18.0' |
| meta: ^1.3.0 |
| path: ^1.8.0 |
| sse: ^3.1.2 |
| shelf: ^1.0.0 |
| shelf_proxy: ^1.0.0 |
| shelf_static: ^1.0.0 |
| http_multi_server: ^3.0.0 |
| usage: ^4.0.0 |
| vm_service: '>=5.0.0+1 < 7.0.0' |
| |
| dependency_overrides: |
| # The "#OVERRIDE_FOR_DEVELOPMENT" lines are stripped out when we publish. |
| # All overriden dependencies are published together so there is no harm |
| # in treating them like they are part of a mono-repo while developing. |
| devtools_shared: #OVERRIDE_FOR_DEVELOPMENT |
| path: ../devtools_shared #OVERRIDE_FOR_DEVELOPMENT |