binSaed / flutter_cached_pdfview

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

filePath - does it get the cached file path? #26

Closed yakeer closed 3 years ago

yakeer commented 3 years ago

I'm using cacheFromURL, and I want to get the cached filePath in order to use it with "Share".

I'm missing something, can't find the filePath property.

Please help.

binSaed commented 3 years ago

PDF().cachedFromUrl( url, whenDone: (String filePath) => print(filePath))

yakeer commented 3 years ago

cachedFromUrl does seem to have the whenDone function...

yakeer commented 3 years ago

was using 0.2.9, just upgraded to 0.3.0 and it appears.