pdf_merger
A new Flutter plugin for merge List of PDF files. It supports both android and IOS. Before call this package make sure you allow permission and file picker see example. Also check file_picker and permission handle to implement before calling the plugin.
Android & IOS
Usage
See Example. Use with file picker and add permission handler before calling pdf_merger. Make sure to call permission handler for write permission before call pdf_merger.
file_picker
https://pub.dev/packages/file_picker
permission_handler
https://pub.dev/packages/permission_handler
Support
Android & IOS
For Android
Add these lines in your progaurd
required to prevent errors from the spongycastle libraries
-keep class org.spongycastle.** { ; } -dontwarn org.spongycastle.*
For IOS
All set