Pdf viewer for Android and iOS!
This is an extended Version of the flutter_full_pdf_viewer by Alban Veliu:
https://pub.dev/packages/flutter_full_pdf_viewer
https://github.com/albo1337/flutter_full_pdf_viewer
Add this to your package's pubspec.yaml file:
dependencies:
basic_flutter_pdf_viewer:
git: https://github.com/johann-gambol/basic_flutter_pdfviewer.git
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.