daihai
Results
2
issues of
daihai
hello ,It is really amazing for the lib's function . but it works so slowly when chooser image.
bug
Firstly, I use below method to zip a file. ``` flutter // this works fine, and can ben extract by zip tool ZipEncoder(password: unzipPwd).encode(archive, output: ofs); ``` And, when I...