binSaed / flutter_cached_pdfview

Enhanced PDF view for Flutter.
https://pub.dev/packages/flutter_cached_pdfview
MIT License
121 stars 70 forks source link

Link Handler #6

Closed PcolBP closed 4 years ago

PcolBP commented 4 years ago

It would be great if I could write mine own method to implement insted of open link from pdf immediately. Then ask user if he is sure to open that link.

Describe the solution you'd like Provide own method to handle user click on links in pdf.

Is it super easy or will need extra effort? Let me know.

PcolBP commented 4 years ago

I saw, that in plugin from Endigo recently showed onLinkHandle, but in your plugin is not availabe? Could u update dependencies?

image

PcolBP commented 4 years ago

Added feature as Pull Request.