'How to make a pdf reader plugin in Flutter?

I want to create an open source pdf reader plugin in Flutter from scratch. I need a guide to approach forward.



Solution 1:[1]

The official documentation is always a good starting point. After you read it and get the overall impression on plugin development, I'd go to pub.dev and search for existing pdf packages, and look how they are done. Your package will be no different from existing implementations. You might find tons of PDF viewers there, so, instead of building yet another plugin, pick the existing one and improve it. That's how OSS works, right? ?

P.S. welcome to SO!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 olexa.le