share_pdf 1.0.1 copy "share_pdf: ^1.0.1" to clipboard
share_pdf: ^1.0.1 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add share_pdf

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  share_pdf: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:share_pdf/share_pdf.dart';
3
likes
150
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, flutter, path_provider, share_plus

More

Packages that depend on share_pdf