pdf_flutter 1.1.4 copy "pdf_flutter: ^1.1.4" to clipboard
pdf_flutter: ^1.1.4 copied to clipboard

Displaying PDF from Network, File and assets easily like we display Image in Flutter Widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pdf_flutter

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

dependencies:
  pdf_flutter: ^1.1.4

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:pdf_flutter/pdf_flutter.dart';
72
likes
40
pub points
88%
popularity

Publisher

verified publishererluxman.com

Displaying PDF from Network, File and assets easily like we display Image in Flutter Widget.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_cache_manager, http, path_provider

More

Packages that depend on pdf_flutter