@@ -4,8 +4,6 @@ description: How to implement a stateful widget that responds to taps.
44shortTitle : Interactivity
55---
66
7- {% assign examples = site.repo.this | append: "/tree/" | append: site.branch | append: "/examples" -%}
8-
97:::secondary What you'll learn
108* How to respond to taps.
119* How to create a custom widget.
@@ -769,13 +767,13 @@ Wonderous app [running app][wonderous-app], [repo][wonderous-repo]
769767[ building layouts tutorial ] : /ui/layout/tutorial
770768[ community ] : {{site.main-url}}/community
771769[ Handle taps ] : /cookbook/gestures/handling-taps
772- [ `lake.jpg` ] : {{examples}} /layout/lakes/step6/images/lake.jpg
770+ [ `lake.jpg` ] : {{site.repo.this}}/blob/main/examples /layout/lakes/step6/images/lake.jpg
773771[ Libraries and imports ] : {{site.dart-site}}/language/libraries
774772[ `ListView` ] : {{site.api}}/flutter/widgets/ListView-class.html
775- [ `main.dart` ] : {{examples}} /layout/lakes/step6/lib/main.dart
773+ [ `main.dart` ] : {{site.repo.this}}/blob/main/examples /layout/lakes/step6/lib/main.dart
776774[ Managing state ] : #managing-state
777775[ Material Design guidelines ] : {{site.material}}/styles
778- [ `pubspec.yaml` ] : {{examples}} /layout/lakes/step6/pubspec.yaml
776+ [ `pubspec.yaml` ] : {{site.repo.this}}/blob/main/examples /layout/lakes/step6/pubspec.yaml
779777[ `Radio` ] : {{site.api}}/flutter/material/Radio-class.html
780778[ `ElevatedButton` ] : {{site.api}}/flutter/material/ElevatedButton-class.html
781779[ wonderous-app ] : {{site.wonderous}}/web
0 commit comments