mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.
287 B
287 B
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.