答案 0 :(得分:1)
这些简单的步骤即可获得所需的结果。
创建 PictureRecorder 。
使用您的 PictureRecorder 创建画布。
使用 canvas.drawCircle()在画布中绘制圆。
在PictureRecorder上调用 endRecording()以获得图片。
在图片上调用 toImage()。
转换图像 toByteData()。
仅当您要保存时,才使用getApplicationDocumentsDirectory()在本地保存图像。
答案 1 :(得分:0)
使用此simple image cropping package 支持裁剪实际文件。
您也可以在rotating images in files using dart上参考我的答案。