File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
26
26
27
27
### Flutter App升级
28
- 地址:[ https://github.com/781238222 /flutter-do/tree/master/flutter_upgrade ] ( https://github.com/781238222 /flutter-do/tree/master/flutter_upgrade )
28
+ 地址:[ https://github.com/LaoMengFlutter /flutter-app-upgrade ] ( https://github.com/LaoMengFlutter /flutter-app-upgrade )
29
29
30
30
<img src =" https://github.com/781238222/imgs/raw/master/flutter_upgrade/app_upgrade_3.png " height =" 300em " /><img src =" https://github.com/781238222/imgs/raw/master/flutter_upgrade/app_upgrade_4.gif " height =" 300em " /><img src =" https://github.com/781238222/imgs/raw/master/flutter_upgrade/app_upgrade_5.png " height =" 300em " /><img src =" https://github.com/781238222/imgs/raw/master/flutter_upgrade/app_upgrade_6.png " height =" 300em " /><img src =" https://github.com/781238222/imgs/raw/master/flutter_upgrade/app_upgrade_7.png " height =" 300em " />
31
31
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ return Container(
81
81
),
82
82
Listener(
83
83
onPointerDown: (v) {
84
- print('click red ');
84
+ print('click blue ');
85
85
},
86
86
child: Container(
87
87
color: Colors.blue,
You can’t perform that action at this time.
0 commit comments