Implemented new custom sort and separated the sorted view for each car
This commit is contained in:
@ -28,6 +28,8 @@ class _DeliveryOverviewPageState extends State<DeliveryOverviewPage> {
|
||||
);
|
||||
}
|
||||
|
||||
debugPrint(state.toString());
|
||||
|
||||
return Container();
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user