add fcs shipment apis
This commit is contained in:
@@ -220,8 +220,9 @@ class _HomePageState extends State<HomePage> {
|
||||
|
||||
final fcsShipmentBtn = TaskButton("FCSshipment.title",
|
||||
icon: Ionicons.ios_airplane,
|
||||
btnCallback: () =>
|
||||
Navigator.of(context).push(BottomUpPageRoute(FcsShipmentList())));
|
||||
btnCallback: () => Navigator.of(context).push<void>(CupertinoPageRoute(
|
||||
builder: (context) => FcsShipmentList(),
|
||||
)));
|
||||
|
||||
final notiBtnOrg =
|
||||
TaskButton("message.btn", icon: Icons.message, btnCallback: () {
|
||||
|
||||
Reference in New Issue
Block a user