mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This improves performance as the version in the SDK is able to work more incrementally and avoids creating an expensive ClassHierarchy. There is now no measureable performance difference with the option so the kernel transformer can be enabled by default.
58 lines
1008 B
YAML
58 lines
1008 B
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
|
|
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
|