When trying to run the example on , I get FormatException: Could not find End of Central Directory Record. This is the code that I specifically used:
final data = await rootBundle.load('lib\\assets\\template.docx');
final bytes = data.buffer.asUint8List();
final docx = await DocxTemplate.fromBytes(bytes);
When trying to run the example on , I get FormatException: Could not find End of Central Directory Record. This is the code that I specifically used: