flutter_deck_pptx_export 0.3.1
flutter_deck_pptx_export: ^0.3.1 copied to clipboard
A flutter_deck plugin to export presentations to PPTX format.
0.3.1 #
- fix: use
archive: 4.0.7to avoidarchive: ^4.0.0issues
0.3.0 #
- chore: update the dependency on
flutter_deckto^0.25.0
0.2.0 #
- refactor: remove the
FlutterSlideImageRendererclass- BREAKING: the
FlutterSlideImageRendererwas moved to theflutter_deckpackage and renamed toFlutterDeckSlideImageRenderer. Thus, importing it from this package will no longer work.- Migration: import
FlutterDeckSlideImageRendererfrompackage:flutter_deck/flutter_deck.dartinstead.
- Migration: import
- BREAKING: the
0.1.0+1 #
- docs: reference Rody in the README.md
0.1.0 #
- feat: add flutter_deck_pptx_export