mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Dart SDK itself does not use pub which forced us to manually maintain dependecy overrides in the frontend server's pubspec.yaml. This is rather fragile and easily breaks when dependencies in one of the "internal" packages change, but the package is not published yet. This change switches us to the same model of dependcies management that Dart SDK itself is using. Down side of this is that we can no longer do pub run test in the frontend_server and have to run tests manually.
59 lines
1.0 KiB
YAML
59 lines
1.0 KiB
YAML
name: frontend_server
|
|
version: 0.1.1-dev
|
|
description: Communication pipe to Dart Frontend
|
|
homepage: http://flutter.io
|
|
author: Flutter Authors <flutter-dev@googlegroups.com>
|
|
|
|
dependencies:
|
|
args: any
|
|
async: any
|
|
charcode: any
|
|
collection: any
|
|
convert: any
|
|
crypto: any
|
|
front_end: any
|
|
flutter_kernel_transformers: any
|
|
kernel: any
|
|
logging: any
|
|
meta: any
|
|
quiver: any
|
|
package_config: any
|
|
path: any
|
|
source_span: any
|
|
typed_data: any
|
|
usage: any
|
|
vm: any
|
|
|
|
dev_dependencies:
|
|
analyzer: any
|
|
boolean_selector: any
|
|
cli_util: any
|
|
csslib: any
|
|
glob: any
|
|
html: any
|
|
http: any
|
|
http_multi_server: any
|
|
http_parser: any
|
|
matcher: any
|
|
mime: any
|
|
mockito: any
|
|
package_resolver: any
|
|
plugin: any
|
|
pool: any
|
|
pub_semver: any
|
|
shelf: any
|
|
shelf_packages_handler: any
|
|
shelf_static: any
|
|
shelf_web_socket: any
|
|
source_map_stack_trace: any
|
|
source_maps: any
|
|
stack_trace: any
|
|
stream_channel: any
|
|
string_scanner: any
|
|
test: any
|
|
utf: any
|
|
watcher: any
|
|
web_socket_channel: any
|
|
when: any
|
|
yaml: any
|