Skip to content

Commit 8134adc

Browse files
Merge branch 'master' of https://github.com/781238222/flutter-do
2 parents f2d7c7e + 597b003 commit 8134adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
### 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)
2929

3030
<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"/>
3131

md/widgets/md/AbsorbPointer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ return Container(
8181
),
8282
Listener(
8383
onPointerDown: (v) {
84-
print('click red');
84+
print('click blue');
8585
},
8686
child: Container(
8787
color: Colors.blue,

0 commit comments

Comments
 (0)