Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/_data/docs_cards.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/development/packages-and-plugins/using-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<iframe width="560" height="315" src="https://www.youtube.com/embed/Y9WifT8aN6o?start=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
{{site.alert.end}}

Existing packages enable many use cases—for example,
Expand Down