mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
12 lines
503 B
Markdown
12 lines
503 B
Markdown
# Devtools packages
|
|
|
|
The `common` subdirectory contains what we currently expose as "devtools",
|
|
mirroring it as a [separate repository](https://github.com/domokit/devtools) for
|
|
consumption without a Mojo checkout.
|
|
|
|
Further subdirectories TBD might be added in the future, to contain heavy
|
|
language-specific tooling which we will mirror / expose separately.
|
|
|
|
The toolsets are intended for consumption by Mojo consumers as **separate
|
|
checkouts**. No dependencies on files outside of devtools are allowed.
|