diff --git a/web/samples_index/lib/src/samples.yaml b/web/samples_index/lib/src/samples.yaml index 4e60f097d..12b260303 100644 --- a/web/samples_index/lib/src/samples.yaml +++ b/web/samples_index/lib/src/samples.yaml @@ -440,6 +440,7 @@ samples: links: [] type: sample web: web/form_app + - name: Navigation and Routing author: Flutter screenshots: @@ -464,6 +465,33 @@ samples: links: [] type: sample web: web/navigation_and_routing + + - name: Photo Search app + author: Flutter + screenshots: + - url: images/desktop_photo_search-fluent_ui.png + alt: Desktop Photo Search with FluentUI widgets + - url: images/desktop_photo_search-material.png + alt: Desktop Photo Search with Material widgets + source: https://github.com/flutter/samples/tree/master/desktop_photo_search + description: > + This is the Photo Search app, built out with two different widget sets, + `material` shows the Photo Search app built with Material widgets, and + `fluent_ui` shows the Photo Search app built with Fluent UI widgets. + difficulty: medium + widgets: [] + packages: + - built_collection + - built_value + - file_selector + - fluent_ui + - flutter/material + - provider + - url_launcher + tags: ['desktop', 'rest-api'] + platforms: ['windows', 'macos', 'linux'] + type: sample + ################### #### Web Demos #### ################### diff --git a/web/samples_index/web/images/desktop_photo_search-fluent_ui.png b/web/samples_index/web/images/desktop_photo_search-fluent_ui.png new file mode 100644 index 000000000..40ad6c81f Binary files /dev/null and b/web/samples_index/web/images/desktop_photo_search-fluent_ui.png differ diff --git a/web/samples_index/web/images/desktop_photo_search-material.png b/web/samples_index/web/images/desktop_photo_search-material.png new file mode 100644 index 000000000..f2ed47820 Binary files /dev/null and b/web/samples_index/web/images/desktop_photo_search-material.png differ