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,),