I am currently working on Ebook reader app and looking to implement the book page flip effect in flutter.
I have tried Using the flip_widget but it does not have feature to render from file extension such as epub or pdf.
I have also tried using bookFx package but the package has support for images only. So, I also tried fetching pdf pages and converting to images but it did not work too.
There are other packages too but the problem with most of the packages are either not maintained or does not have support for flip animation