diff --git a/dev/docs/assets/overrides.css b/dev/docs/assets/overrides.css index 19cd74ec98..74b249f526 100644 --- a/dev/docs/assets/overrides.css +++ b/dev/docs/assets/overrides.css @@ -97,6 +97,10 @@ code { padding-right: 0; } +.markdown.desc { + max-width: inherit; +} + #search-box { color: #555; background-color: #fff; diff --git a/dev/docs/lib/opensearch.xml b/dev/docs/lib/opensearch.xml index 888ab40d3b..7a945ab67c 100644 --- a/dev/docs/lib/opensearch.xml +++ b/dev/docs/lib/opensearch.xml @@ -3,8 +3,10 @@ Welcome to the Flutter API reference documentation search. -Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. -Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. +Flutter is Google's SDK for crafting beautiful, fast user experiences for +mobile, web and desktop from a single codebase. Flutter works with existing +code, is used by developers and organizations around the world, and is free and +open source. The API reference herein covers all libraries that are exported by the Flutter SDK. diff --git a/dev/snippets/config/skeletons/dartpad-sample.html b/dev/snippets/config/skeletons/dartpad-sample.html index d47dffe5d5..2f44285ab6 100644 --- a/dev/snippets/config/skeletons/dartpad-sample.html +++ b/dev/snippets/config/skeletons/dartpad-sample.html @@ -22,7 +22,11 @@
+ {{description}} +
To create a local project with this code sample, run:
+ flutter create --sample={{id}} mysample +