diff --git a/web/samples_index/lib/src/samples.yaml b/web/samples_index/lib/src/samples.yaml index 96ce47ff4..7bd9d9d36 100644 --- a/web/samples_index/lib/src/samples.yaml +++ b/web/samples_index/lib/src/samples.yaml @@ -633,3 +633,23 @@ samples: tags: ['demo', 'animation'] web: https://z.flutter.gallery/#/dice type: demo + + - name: Web Embedding + author: Flutter and Angular + screenshots: + - url: images/web_embedding1.png + alt: A Flutter app embedded in an Angular app + - url: images/web_embedding2.png + alt: A Flutter app embedded in an Angular app + source: https://github.com/flutter/samples/tree/main/web_embedding + description: > + An example app showing how to embed Flutter in a web application using Angular + difficulty: advanced + widgets: [] + packages: [] + platforms: ['web'] + links: [] + tags: ['demo', 'web', 'add-to-app', 'embedding'] + web: https://flutter-angular.web.app/ + type: sample + diff --git a/web/samples_index/web/images/web_embedding1.png b/web/samples_index/web/images/web_embedding1.png new file mode 100644 index 000000000..d6f85bb91 Binary files /dev/null and b/web/samples_index/web/images/web_embedding1.png differ diff --git a/web/samples_index/web/images/web_embedding2.png b/web/samples_index/web/images/web_embedding2.png new file mode 100644 index 000000000..0e684e316 Binary files /dev/null and b/web/samples_index/web/images/web_embedding2.png differ