|  |  |  | @ -142,6 +142,7 @@ class _ItemForSaleDetailPageState extends State<ItemForSaleDetailPage> { | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |   List<Widget> getItemImages() { | 
		
	
		
			
				|  |  |  |  |     int index = 0; | 
		
	
		
			
				|  |  |  |  |     List<Widget> itemImages = []; | 
		
	
		
			
				|  |  |  |  |     getItemsForSaleList.itemAttachments!.forEach((element) { | 
		
	
		
			
				|  |  |  |  |       itemImages.add( | 
		
	
	
		
			
				
					|  |  |  | @ -150,12 +151,13 @@ class _ItemForSaleDetailPageState extends State<ItemForSaleDetailPage> { | 
		
	
		
			
				|  |  |  |  |           child: ClipRRect( | 
		
	
		
			
				|  |  |  |  |             borderRadius: BorderRadius.circular(6), | 
		
	
		
			
				|  |  |  |  |             child: Image.network( | 
		
	
		
			
				|  |  |  |  |               getItemsForSaleList.itemAttachments![0].filePath!, | 
		
	
		
			
				|  |  |  |  |               getItemsForSaleList.itemAttachments![index].filePath!, | 
		
	
		
			
				|  |  |  |  |               fit: BoxFit.cover, | 
		
	
		
			
				|  |  |  |  |             ), | 
		
	
		
			
				|  |  |  |  |           ), | 
		
	
		
			
				|  |  |  |  |         ), | 
		
	
		
			
				|  |  |  |  |       ); | 
		
	
		
			
				|  |  |  |  |       index++; | 
		
	
		
			
				|  |  |  |  |     }); | 
		
	
		
			
				|  |  |  |  |     return itemImages; | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
	
		
			
				
					|  |  |  | 
 |