From 0cf8430a87ec2f24772f57c1a18d61e4e0afe44a Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Fri, 19 May 2023 11:33:15 +1000 Subject: [PATCH] Fix up `web/samples_index` configuration for `next_gen_ui_demo` (#1826) This PR is required to land for I/O Connect Miami next week. Context: https://github.com/flutter/samples/pull/1824#discussion_r1198062978 ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/wiki/Chat [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md --------- Co-authored-by: Parker Lougheed --- web/samples_index/lib/src/samples.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/samples_index/lib/src/samples.yaml b/web/samples_index/lib/src/samples.yaml index c22d4ff86..1b50ca24e 100644 --- a/web/samples_index/lib/src/samples.yaml +++ b/web/samples_index/lib/src/samples.yaml @@ -666,6 +666,7 @@ samples: platforms: - Windows, macOS, Linux, web, Android, iOS links: - - https://codelabs.developers.google.com/codelabs/flutter-next-gen-uis + - href: https://codelabs.developers.google.com/codelabs/flutter-next-gen-uis + text: Codelab type: sample web: web/next_gen_ui_demo