docxtpl
docxtpl copied to clipboard
Use flutter like widgets to create .docx
Add ability to create .docx using flutter like widgets An example will be
DocxTpl document = DocxTpl('report.docx');
document.header(
child:
docxtpl.Text('Hello Universe',
style: docxtpl.TextStyle(fontSize: 40))
);
Inspiration from flutter pdf plugin