brendan-duncan / archive

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

Error: Method not found: 'UnmodifiableUint8ListView'. #346

Closed Trung15010802 closed 1 month ago

Trung15010802 commented 1 month ago

image

FLUTTER VERSION: 3.24

brendan-duncan commented 1 month ago

I think I removed those Unmodifiable list objects a little while ago. You're on an older version, can you update?

Trung15010802 commented 1 month ago

I think I removed those Unmodifiable list objects a little while ago. You're on an older version, can you update?

Some of my dependencies use archive inside. I try to use dependency_overrides but it's not working. Do you have any other way?