@ -142,9 +142,12 @@ class ItemsQuantitiesList {
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['ItemName'] = this.itemName;
data['ProductID'] = this.productID;
data['Quantity'] = this.quantity;
return data;
}
@ -35,6 +35,7 @@ class OrdersService extends BaseService {
} catch (e) {
hasError = true;
super.error = error;
throw e;
@ -389,9 +389,10 @@ class _DashboardScreenState extends State<DashboardScreen> {
Text(
model.orders[index].mobileNumber,
style: TextStyle(
color: Color(0xff30B7B9),
fontWeight: FontWeight.w600,
fontSize: 15.0),
fontSize: 15.0,
),
Expanded(
child: Text(