replace FlatButton to TextButton
parent
c9679345ac
commit
5516603ed7
|
@ -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');
|
||||
},
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue