From de8fc4d7e14470e5071ce63b58369b8ac69f681f Mon Sep 17 00:00:00 2001 From: John Ryan Date: Tue, 23 May 2023 12:21:15 -0700 Subject: [PATCH] Make element embedding demo show up under "Web Demos" section (#1837) Using the "demo" type will make the sample visible under the [Web Demos](https://flutter.github.io/samples/#?platform=web) section of the site. cc: @ditman --- web/samples_index/lib/src/samples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/samples_index/lib/src/samples.yaml b/web/samples_index/lib/src/samples.yaml index dce303d0c..6d214aae6 100644 --- a/web/samples_index/lib/src/samples.yaml +++ b/web/samples_index/lib/src/samples.yaml @@ -628,7 +628,7 @@ samples: platforms: ['web'] tags: ['demo', 'web', 'add-to-app', 'embedding'] web: https://flutter-angular.web.app/ - type: sample + type: demo - name: Next Gen UI demo author: Flutter