Just wrap in the Image.memory and show the image in base64Decode just like this ClipOval( child: Image.memory( base64Decode(rowData.image ?? ""), height: 45, fit: BoxFit.cover, ), )