change page navigation
This commit is contained in:
@@ -83,6 +83,7 @@ class _ShipmentListState extends State<ShipmentList> {
|
||||
}
|
||||
|
||||
_newPickup() {
|
||||
Navigator.of(context).push(BottomUpPageRoute(ShipmentEditor()));
|
||||
Navigator.of(context)
|
||||
.push(CupertinoPageRoute(builder: (context) => ShipmentEditor()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user