Usuń rozszerzenie pliku z dart ścieżki
var fileToCompressPath = fileToCompress.absolute.path;
final fileFormat = fileToCompressPath.substring(fileToCompressPath.lastIndexOf('.'));
fileToCompressPath = fileToCompressPath.replaceAll(fileFormat, '');
loonix