🙂 İNSANLARIN EN HAYIRLISI INSANLARA FAYDALI OLANDIR 🙂

Ramazan HABER / FLUTTER / base64 to image convert BASE64 string into Image

1-) FLUTTER - base64 to image convert BASE64 string into Image

 

kaynak : https://stackoverflow.com/questions/46145472/how-to-convert-base64-string-into-image-with-flutter

 

child: new Image.memory(  Base64Decoder().convert(model.base64Logo),height: 150,fit: BoxFit.fill,),

 

 2022 Nisan 27 Çarşamba
 371