удалить расширение файла из DART PATH
var fileToCompressPath = fileToCompress.absolute.path;
final fileFormat = fileToCompressPath.substring(fileToCompressPath.lastIndexOf('.'));
fileToCompressPath = fileToCompressPath.replaceAll(fileFormat, '');
loonix