Skip to content

A Flutter plugin for IOS and Android providing a simple way to display PDFs.

License

Notifications You must be signed in to change notification settings

erluxman/network_pdf

 
 

Repository files navigation

Network PDF

1. Add pdf_viewer_pluginon pubspec.yml with github

  pdf_viewer_plugin:
    git:
      url: https://github.com/erluxman/Pdf_Viewer_Plugin.git

2. On iOS enable preview like this:

Add this on ios/Runner/info.plist:

    <key>io.flutter.embedded_views_preview</key>
    <true/>

3. Start Using

    PDF.network(
            'https://raw.githubusercontent.com/FlutterInThai/Dart-for-Flutter-Sheet-cheet/master/Dart-for-Flutter-Cheat-Sheet.pdf',
            height: 500,
            width: 300,
            )

Demo

demo

About

A Flutter plugin for IOS and Android providing a simple way to display PDFs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 31.3%
  • Ruby 24.9%
  • Objective-C 23.0%
  • Java 17.4%
  • Shell 3.4%