-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF Viewer rebuilds every time setState is called #64
Comments
Sometimes I get this error
|
I think this is by design and setState is used for the same reason that you want to rebuild the widget. It is not issue with the pdf viewer, but flutter. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever I call setState in the widget, the PDF Viewer rebuilds causing it to load all over again. How can I prevent this?
The text was updated successfully, but these errors were encountered: