PavelS0 / docx_template_dart

A Docx template engine
Apache License 2.0
40 stars 20 forks source link

DOCX Template example is not working #18

Closed burakcbdn closed 2 years ago

burakcbdn commented 2 years ago

I am trying to create word document in my app, but when I use this package first I got error that says => ConcurrentModificationError (Concurrent modification during iteration: Instance(length:0) of '_GrowableList'.)

Then I think that I might wrote something wrong, then I copied example code and tried to run it but there is another error now.

=> _TypeError (type 'TextContent' is not a subtype of type 'PlainContent?' of 'c')

I did not change anything at all on the example code (just file paths)

I am using null safety pre-release because latest stable version gives version solving errors.

Error:

Screen Shot 2021-05-21 at 00 16 25
drvnm commented 2 years ago

im also getting that error ^

PavelS0 commented 2 years ago

fixed in 8db94ad9998060f1a7793c44b39392c44c6a2c30