1
0
Fork 0

replace FlatButton to TextButton

master
wanghualei 2022-12-14 16:37:45 +08:00
parent c9679345ac
commit 5516603ed7
2 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ class _MyAppState extends State<MyApp> {
end: Alignment.bottomCenter,
),
),
child: FlatButton(
child: TextButton(
onPressed: () {
Mop.instance.openApplet('5facb3a52dcbff00017469bd',
path: 'pages/index/index', query: '');
@ -82,7 +82,7 @@ class _MyAppState extends State<MyApp> {
end: Alignment.bottomCenter,
),
),
child: FlatButton(
child: TextButton(
onPressed: () {
Mop.instance.openApplet('5fa214a29a6a7900019b5cc1');
},
@ -104,7 +104,7 @@ class _MyAppState extends State<MyApp> {
end: Alignment.bottomCenter,
),
),
child: FlatButton(
child: TextButton(
onPressed: () {
Mop.instance.openApplet('5fa215459a6a7900019b5cc3');
},

View File

@ -23,7 +23,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
mop: 2.35.13
mop: 2.38.7
dev_dependencies:
flutter_test: