mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
28 lines
480 B
YAML
28 lines
480 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>
|
|
|
|
environment:
|
|
sdk: ">=2.2.2 <3.0.0"
|
|
|
|
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
|