diff --git a/lib/widget/purchase_order_list.dart b/lib/widget/purchase_order_list.dart index ed2bf7e8..a0e71009 100644 --- a/lib/widget/purchase_order_list.dart +++ b/lib/widget/purchase_order_list.dart @@ -164,6 +164,7 @@ class _PaginatedPurchaseOrderListState extends State<_PaginatedPurchaseOrderList width: 40, height: 40, ), + trailing: Text("${order.lineItems}"), onTap: () async { // TODO - Display purchase order information }, diff --git a/pubspec.lock b/pubspec.lock index 8c201dda..bf07cf78 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -49,7 +49,21 @@ packages: name: cached_network_image url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "3.1.0" + cached_network_image_platform_interface: + dependency: transitive + description: + name: cached_network_image_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" + cached_network_image_web: + dependency: transitive + description: + name: cached_network_image_web + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" camera: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 6e5e8c00..35538e4c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: cupertino_icons: ^1.0.3 http: ^0.13.0 - cached_network_image: ^3.0.0 # Download and cache remote images + cached_network_image: ^3.1.0 # Download and cache remote images qr_code_scanner: ^0.5.2 # Barcode scanning package_info_plus: ^1.0.4 # App information introspection device_info_plus: ^2.1.0 # Information about the device