草庐IT

BoxDecoraiton

全部标签

dart - 如何将 FutureBuilder<File> 转换为 BoxDecoraiton Image

使用flutter插件image_picker0.4.4我正在使用以下内容显示来自相机或图库的图像Widget_previewImageBkg(){returnFutureBuilder(future:_imageFileBkg,builder:(BuildContextcontext,AsyncSnapshotsnapshot){if(snapshot.connectionState==ConnectionState.done&&snapshot.data!=null){print('_previewImage.........checkcallbackforthisimage..>