From 6e10f33153d761df127b09b40cb7f2131bbd08e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B3=B6=20=E4=BC=8A=E7=B9=94=20/=20Iori=20Kojim?= =?UTF-8?q?a?= Date: Mon, 27 Mar 2023 19:55:09 +0900 Subject: [PATCH] FIX : Write data asynchronously --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c39b08..3585ee8 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ try { ```dart import 'package:async_zip/async_zip.dart'; -final reader = ZipFileWriter(); +final reader = ZipFileWriterAsync(); try { await reader.create(File('path-to-archive.zip')); @@ -131,4 +131,4 @@ This package uses the following C library for reading and writing: https://github.com/kuba--/zip The library is integrated using Dart's -[foreign function interface](https://dart.dev/guides/libraries/c-interop) (FFI). \ No newline at end of file +[foreign function interface](https://dart.dev/guides/libraries/c-interop) (FFI).