-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
CompressObject compressObject = CompressObject(
imageFile: File('/storage/emulated/0/fluttera/349.jpg'),
path: '/storage/emulated/0/fluttera/15882605447.jpg',
quality: 80,
step: 9,
mode: CompressMode.AUTO
);
var path =await (Luban.compressImage(compressObject));
[ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Exception: FileSystemException: Cannot open file, path = '/storage/emulated/0/fluttera/15882605447.jpg/img_1588261036457.jpg' (OS Error: No such file or directory, errno = 2)
用的最新版的flutter 和Dart ,图片是本地已经存在的,不知道为什么会提示找不到 报错
Metadata
Metadata
Assignees
Labels
No labels