upgrade packages

This commit is contained in:
tzw
2024-01-09 13:11:22 +06:30
parent cbd8ddad08
commit 3e1c61a9f6
32 changed files with 193 additions and 150 deletions

View File

@@ -166,12 +166,12 @@ class _MarketEditorState extends State<MarketEditor> {
],
),
actions: <Widget>[
new FlatButton(
new TextButton(
child: LocalText(context, "btn.cancel", color: primaryColor),
onPressed: () {
Navigator.pop(context);
}),
new FlatButton(
new TextButton(
child: LocalText(
context,
"btn.save",