brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
395 stars 130 forks source link

Improvement/fix async linter warnings #324

Closed androidseb closed 4 months ago

androidseb commented 4 months ago

Following up on https://github.com/brendan-duncan/archive/pull/322, this PR fixes the async-related lint warnings that were introduced.

brendan-duncan commented 4 months ago

If I haven't said this before, thank you very much for all your support, I really do appreciate it. I'm hoping to spend some more time with the Dart libraries soon. There are a bunch of optimizations I've been wanting to get to.