我需要在我的项目中显示一个Image.memory
,但是当我把这个代码放在Scaffold
的body
中时,它没有显示。
import 'dart:typed_data';
import 'package:flutter/material.dart';
import 'dart:convert';
Codec<String, String> stringToBase64 = utf8.fuse(base64);
String imagenJson = "Here, I put the BASE64 string";
Uint8List _image = base64Decode(imagenJson);
Image.memory(_image);
return Scaffold(
appBar: AppBar(
title: Text('Pruebas BASE64'),
),
body: Image.memory(_image)
);
3条答案
按热度按时间mi7gmzs61#
ryoqjall2#
行距:CircleAvatar(radius:50岁,孩子:形象。memory(myImage!),),
qxgroojn3#
如果你只有一个路径,例如
/data/user/0/com.example.app/cache/311214142312/IMG5344234235.jpg
,你可以用