Flutter

Gzip

Dean83 2023. 10. 18. 21:20

기본적으로 Dart에 내장되어 있다. 

GZipCodec codec = new GZipCodec(level: 9,raw: true);
List<int> gzipDecoded;
gzipDecoded = codec.decode(data);