Search code examples
flutterflutter-web

How to display pdf from pdf url in flutter web


I am working on a iOS/Android/Web app where I am getting a PDF url from server.I want to preview pdf on flutter web in Flutter web but I am not able to preview it from url.


Solution

  • take a look at this package pdf flutter package It is a complete PDF package/solution for flutter. But you just need to look at the viewing part. See their example. Supports all the platforms.