jazzbpn
jazzbpn

Reputation: 7368

Is there any PDF creator and viewer/renderer library in FLUTTER with features like zoom-in, zoom-out, page-separator, gesture-recognizer?

PDF generator and renderer library needed in FLUTTER with features like:

  1. zoom-in,
  2. zoom-out,
  3. page-separator,
  4. gesture-recognizer,
  5. double-tap to zoom?

If there is no such library what things are required to create such library using flutter ?

Upvotes: 1

Views: 2147

Answers (1)

Onuoha Obinna
Onuoha Obinna

Reputation: 172

flutter's native_pdf_view has all the features you mentioned. https://pub.dev/packages/native_pdf_view

Upvotes: 1

Related Questions