1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 05:21:43 +02:00

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`.
This commit is contained in:
Frank
2025-04-19 02:50:27 +08:00
committed by GitHub
parent cd33b7aa92
commit 5831588cd8

View File

@@ -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)