merge material 3

This commit is contained in:
tzw
2024-01-25 17:40:35 +06:30
parent 18053cbe3c
commit 991ecd7ae6
70 changed files with 572 additions and 1377 deletions

View File

@@ -5,7 +5,7 @@ import 'package:fcs/pages/main/util.dart';
import 'package:fcs/pages/package/model/package_model.dart';
import 'package:fcs/pages/widgets/display_text.dart';
import 'package:fcs/pages/widgets/fcs_id_icon.dart';
import 'package:fcs/pages/widgets/local_text.dart';
import 'package:fcs/pages/widgets/local_app_bar.dart';
import 'package:fcs/pages/widgets/multi_img_controller.dart';
import 'package:fcs/pages/widgets/multi_img_file.dart';
import 'package:fcs/pages/widgets/progress.dart';
@@ -85,20 +85,11 @@ class _ReceivingInfoState extends State<ReceivingInfo> {
return LocalProgress(
inAsyncCall: _isLoading,
child: Scaffold(
appBar: AppBar(
centerTitle: true,
leading: new IconButton(
icon: new Icon(CupertinoIcons.back, color: primaryColor, size: 30),
onPressed: () => Navigator.of(context).pop(),
),
shadowColor: Colors.transparent,
appBar: LocalAppBar(
labelKey: "receiving.info",
backgroundColor: Colors.white,
title: LocalText(
context,
"receiving.info",
fontSize: 20,
color: primaryColor,
),
arrowColor: primaryColor,
labelColor: primaryColor,
actions: isCustomer
? null
: <Widget>[
@@ -113,6 +104,7 @@ class _ReceivingInfoState extends State<ReceivingInfo> {
],
),
body: Card(
elevation: 0,
child: Column(
children: <Widget>[
Expanded(