| Index: sky/sdk/lib/widgets/README.md
|
| diff --git a/sky/sdk/lib/widgets/README.md b/sky/sdk/lib/widgets/README.md
|
| index a2842527fecd0634a72f980803bff22f8594f5fb..3ddfb85aadcdb6e5a9d6b069c85a2a80b0d8ac01 100644
|
| --- a/sky/sdk/lib/widgets/README.md
|
| +++ b/sky/sdk/lib/widgets/README.md
|
| @@ -411,3 +411,13 @@ copies of a particular widget to fill its visible region:
|
| Moreover, syncing the entries semantically means that state retained in
|
| stateful subcomponents will remain attached to the same semantic entry rather
|
| than the entry in the same numerical position in the viewport.
|
| +
|
| +Dependencies
|
| +------------
|
| +
|
| + * `package:vector_math`
|
| + * [`package:sky/animation`](../animation)
|
| + * [`package:sky/base`](../base)
|
| + * [`package:sky/painting`](../painting)
|
| + * [`package:sky/rendering`](../rendering)
|
| + * [`package:sky/theme`](../theme)
|
|
|