-
Notifications
You must be signed in to change notification settings - Fork 151
Conversation
@lohanidamodar Can we get this merged soon? Great fix, needs to go in to unblock our development. Thanks |
Ping @lohanidamodar |
@bruce-brookshire You can reference this branch in pubspec.yaml as a temporary workaround like this: |
@lohanidamodar Please Merge this and create a new release on pub.dev |
@lohanidamodar Great fix, needs to unblock our development. Please get it merged soon. |
There is also this package which doesn't have the issue: https://pub.dev/packages/advance_pdf_viewer_fork |
@lohanidamodar would it be possible to get this merged and released to pub.dev? The code is simple and seems sound |
@lohanidamodar Can you please merge the Changes into your Master branch and Publish it on pub.dev ? |
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. |
Hello @lohanidamodar, |
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:
renderer.close()
ingetPage
sometimes creates an exception. It is because the close is already preformed by the try-catch clause itself. The coderenderer.close()
can therefore be safely removed.result
should not been used twice).