nbrg_pdf_viewer_flutter 2.0.0-nullsafety.1 copy "nbrg_pdf_viewer_flutter: ^2.0.0-nullsafety.1" to clipboard
nbrg_pdf_viewer_flutter: ^2.0.0-nullsafety.1 copied to clipboard

outdated

A flutter plugin to display PDF. This works for Android and for iOS(Reduced Functionality).

NBRG PDF viewer for flutter #

Android and iOS working pdf viewer!

NOTE: This package is a fork of the original package provided by alveliu named flutter_full_pdf_viewer which is available at this url. We have added support for a bit of more features on android, on iOS unfortunately, its not implemented. Also, we have added support for null safety. Thank you for using this package, all credits goes to the creator Alveliu. Thank you. #

Use this package as a library #

1. Depend on it #

Add this to your package's pubspec.yaml file:

dependencies:
  flutter_full_pdf_viewer: ^1.0.6

2. Install it #

You can install packages from the command line:

with Flutter:

$ flutter packages get

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

3. Import it #

Now in your Dart code, you can use:

import 'package:flutter_full_pdf_viewer/flutter_full_pdf_viewer.dart';
import 'package:flutter_full_pdf_viewer/full_pdf_viewer_plugin.dart';
import 'package:flutter_full_pdf_viewer/full_pdf_viewer_scaffold.dart';

4. Informations for Release on Android #

You have to follow first these steps: https://flutter.io/docs/deployment/android After that you have to add ndk filters to your release config:

    buildTypes {

        release {
            signingConfig signingConfigs.release
            minifyEnabled true
            useProguard true
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

            ndk {
                abiFilters 'armeabi-v7a'
            }
        }

        debug {
            minifyEnabled false
            useProguard false
        }
    }

Now your release app should work.

3
likes
0
pub points
72%
popularity

Publisher

unverified uploader

A flutter plugin to display PDF. This works for Android and for iOS(Reduced Functionality).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on nbrg_pdf_viewer_flutter