ZAI

Results 2 issues of ZAI

### Issue Info | Info | Value | | | ------------------------------ | ----------------------------------------------------- | ---- | | Platform Name | flutter web, chrome | | | Platform Version | Channel...

Flutter stable, 3.7.5 archive: ^3.3.6 ### my code: ``` import 'package:archive/archive_io.dart'; ... Archive archive = ZipDecoder().decodeBytes( byteData.buffer.asUint8List(), verify: true, password: '123456' ); ... ``` ### error: [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: Unsupported...