Closed seoeaa closed 2 years ago
final d = await docx.generate(c);
return getCrc32(file.content as List); line 91
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'Null' is not a subtype of type 'List' in type cast
package:archive/src/zip_encoder.dart:91
all ok
final d = await docx.generate(c);
return getCrc32(file.content as List); line 91
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'Null' is not a subtype of type 'List' in type cast
0 ZipEncoder.getFileCrc32
package:archive/src/zip_encoder.dart:91