Found in our decoupling migration, the flutter API docs have long embedded instructional videos from the Flutter youtube channel directly into the API docs, for example:
/// {@youtube 560 315 https://www.youtube.com/watch?v=lytQi-slT5Y}
Outside of the Flutter SDK, this is not supported.
For now, we have come up with a workaround for the existing use cases in the decoupled material_ui and cupertino_ui packages:
/// Learn more about [Scaffold] on the [Flutter YouTube channel](https://www.youtube.com/watch?v=lytQi-slT5Y).
But it would be really nice to have this supported. Having rich, interactive and informative API docs is highlighted feature by Flutter developers as part of a great documentation experience.
Found in our decoupling migration, the flutter API docs have long embedded instructional videos from the Flutter youtube channel directly into the API docs, for example:
/// {@youtube 560 315 https://www.youtube.com/watch?v=lytQi-slT5Y}Outside of the Flutter SDK, this is not supported.
For now, we have come up with a workaround for the existing use cases in the decoupled material_ui and cupertino_ui packages:
/// Learn more about [Scaffold] on the [Flutter YouTube channel](https://www.youtube.com/watch?v=lytQi-slT5Y).But it would be really nice to have this supported. Having rich, interactive and informative API docs is highlighted feature by Flutter developers as part of a great documentation experience.