flutter_pptx
flutter_pptx copied to clipboard
How to control title placement
Is there a way to control position of elements or do things like add extra image or icon apart from the exposed template methods
I am working on updating this with a new version I created based on the open xml spec.
You could query for elements and modify directly.
The part that is taking time is generating the xml types based on the xml schema in dart
Awesome Thanks @rodydavis, between do you have any timeline when this new version will be released ?