share_pdf

Creator: coderz1093

Last updated:

Add to Cart

Description:

share pdf

share_pdf #
A new Flutter package where you can give a pdf url from API, web and you can share a pdf file in any media, not just an url, it will be shared as an pdf file
Android #
Go to your app/build.gradle & change compileSdkVersion to 34
change your kotlin version to 1.8.0 in android/build.gradle

ext.kotlin_version = '1.8.0'

copied to clipboard
add the following permission in your manifest.xml
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
copied to clipboard
Usage #
SharePDF sharePDF = SharePDF(
url: "https://pdfobject.com/pdf/sample.pdf",
headerText: "Header text goes here",
subject: "Subject Line goes here",
);
await sharePDF.downloadAndShare();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.