lohanidamodar / pdf_viewer

A flutter plugin for handling PDF files. Works on both Android & iOS
https://pub.dev/packages/advance_pdf_viewer
BSD 3-Clause "New" or "Revised" License
61 stars 143 forks source link

fixes #96 #100 #102

Closed ncdm-stldr closed 2 years ago

ncdm-stldr commented 2 years ago

There are reports of a crash happening with newer versions of flutter (issues #96 and #100). This pull request aims to solve the crash.

Explanation of the changes:

bruce-brookshire commented 2 years ago

@lohanidamodar Can we get this merged soon? Great fix, needs to go in to unblock our development. Thanks

husainazkas commented 2 years ago

Ping @lohanidamodar

joymyr commented 2 years ago

@bruce-brookshire You can reference this branch in pubspec.yaml as a temporary workaround like this: advance_pdf_viewer: git: https://github.com/ncdm-stldr/pdf_viewer.git

tsvillain commented 2 years ago

@lohanidamodar Please Merge this and create a new release on pub.dev

abhikhedekar4241 commented 2 years ago

@lohanidamodar Great fix, needs to unblock our development. Please get it merged soon.

ncdm-stldr commented 2 years ago

There is also this package which doesn't have the issue: https://pub.dev/packages/advance_pdf_viewer_fork

ManuelRosa commented 2 years ago

@lohanidamodar would it be possible to get this merged and released to pub.dev? The code is simple and seems sound

igoswamirohit commented 2 years ago

@lohanidamodar Can you please merge the Changes into your Master branch and Publish it on pub.dev ?

rivella50 commented 2 years ago

@bruce-brookshire You can reference this branch in pubspec.yaml as a temporary workaround like this: advance_pdf_viewer: git: https://github.com/ncdm-stldr/pdf_viewer.git

It works fine with that version but as soon as i publish my app in release mode it crashes when trying to access cloud_firestore. Seems to me that this package uses too old versions of certain dependencies.

UBONGFX commented 2 years ago

Hello @lohanidamodar, we all would be very grateful if you would merge the changes into the master branch and publish it on pub.dev.