From 5831588cd836f7b71c71e78ebd6f6d904b98c008 Mon Sep 17 00:00:00 2001 From: Frank <163373736+FrankFromSmartMan@users.noreply.github.com> Date: Sat, 19 Apr 2025 02:50:27 +0800 Subject: [PATCH] fix(topic): incorrect resource link (#8502) **Fix the incorrect link to the Flutter documentation.** The current link points to the documentation for the `OutlineButton` widget, but it should link to the documentation about the Flutter widget tree, since the topic is about the hierarchy of widgets, NOT the `OutlineButton`. --- src/data/roadmaps/flutter/content/dev-tools/flutter-outline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/flutter/content/dev-tools/flutter-outline.md b/src/data/roadmaps/flutter/content/dev-tools/flutter-outline.md index 49a5a96cc..34704b228 100644 --- a/src/data/roadmaps/flutter/content/dev-tools/flutter-outline.md +++ b/src/data/roadmaps/flutter/content/dev-tools/flutter-outline.md @@ -4,4 +4,4 @@ Flutter Outline is a feature in the Flutter development environment (IDE) that p Visit the following resources to learn more: -- [@official@Flutter Outline](https://api.flutter.dev/flutter/material/OutlinedButton-class.html) +- [@official@Flutter Widget Tree](https://docs.flutter.dev/tools/devtools/inspector#flutter-widget-tree)