mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-30 21:05:42 +00:00 
			
		
		
		
	Fix network cache images
- Changed from using flutter_advanced_networkimage to cached_network_image - flutter_advanced_networkimage is now outdated - cached_network_image is the pseudo official library
This commit is contained in:
		| @@ -243,10 +243,7 @@ class StockList extends StatelessWidget { | ||||
|     return ListTile( | ||||
|       title: Text("${item.partName}"), | ||||
|       subtitle: Text("${item.partDescription}"), | ||||
|       leading: Image( | ||||
|         image: InvenTreeAPI().getImage(item.partThumbnail), | ||||
|         width: 48, | ||||
|       ), | ||||
|       leading: InvenTreeAPI().getImage(item.partThumbnail), | ||||
|       trailing: Text("${item.displayQuantity}", | ||||
|         style: TextStyle(fontWeight: FontWeight.bold), | ||||
|       ), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user