mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Create //sky/packages/workbench
The workbench package exists to pull in pub packages from both pub.dartlang.org and from the source tree (using dependency overrides). The idea is that workbench will reflect a typical Sky developer's environment so that we can use the same tools as a typical sky developer by running them with the workbench as the cwd.
This commit is contained in:
parent
d84e5639ce
commit
5ec2f1857b
3
engine/src/flutter/sky/packages/workbench/.gitignore
vendored
Normal file
3
engine/src/flutter/sky/packages/workbench/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.pub
|
||||
packages
|
||||
pubspec.lock
|
||||
7
engine/src/flutter/sky/packages/workbench/README.md
Normal file
7
engine/src/flutter/sky/packages/workbench/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
Workbench
|
||||
=========
|
||||
|
||||
The workbench package is a synthetic package that lets us use `pub` to pull in
|
||||
some packages from `pub.dartlang.org` and some packages from within the source
|
||||
tree. The workbench package is intended to reflect a typical environment for
|
||||
developing a Sky application.
|
||||
20
engine/src/flutter/sky/packages/workbench/pubspec.yaml
Normal file
20
engine/src/flutter/sky/packages/workbench/pubspec.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
name: workbench
|
||||
version: 0.0.1
|
||||
author: Chromium Authors <sky-dev@googlegroups.com>
|
||||
description: A workspace to host pub packages
|
||||
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/workbench
|
||||
dependencies:
|
||||
sky: any
|
||||
dev_dependencies:
|
||||
sky_tools: ^0.0.3
|
||||
dependency_overrides:
|
||||
material_design_icons:
|
||||
path: ../material_design_icons
|
||||
sky:
|
||||
path: ../../sdk
|
||||
sky_engine:
|
||||
path: ../../../out/Debug/gen/dart-pkg/sky_engine
|
||||
sky_services:
|
||||
path: ../../../out/Debug/gen/dart-pkg/sky_services
|
||||
environment:
|
||||
sdk: '>=1.8.0 <2.0.0'
|
||||
1
engine/src/flutter/sky/packages/workbench/sky
Symbolic link
1
engine/src/flutter/sky/packages/workbench/sky
Symbolic link
@ -0,0 +1 @@
|
||||
../..
|
||||
Loading…
x
Reference in New Issue
Block a user