diff --git a/src/_data/docs_cards.yml b/src/_data/docs_cards.yml index 8d318169eb..52e8a1a30a 100644 --- a/src/_data/docs_cards.yml +++ b/src/_data/docs_cards.yml @@ -1,10 +1,10 @@ -- name: Get Started +- name: Get started description: Set up your environment and start building. url: /get-started/install -- name: Widgets Catalog +- name: Widgets catalog description: Dip into the rich set of Flutter widgets available in the SDK. url: /development/ui/widgets -- name: API Docs +- name: API docs description: Bookmark the API reference docs for the Flutter framework. url: https://api.flutter.dev/ - name: Cookbook diff --git a/src/development/packages-and-plugins/using-packages.md b/src/development/packages-and-plugins/using-packages.md index 5a8cbf9f37..f745da92c9 100644 --- a/src/development/packages-and-plugins/using-packages.md +++ b/src/development/packages-and-plugins/using-packages.md @@ -33,6 +33,8 @@ an app without having to develop everything from scratch. or any combination thereof. For example, a plugin might provide Flutter apps with the ability to use a device's camera. + + {{site.alert.end}} Existing packages enable many use cases—for example,