You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm noob in programming and maybe my request could be resolved. I need to open a document in a new page after i load data from previous page with ModalRoute.of(context).settings.arguments. I tried to initialise pdfController in build function with setState, but i have this error:
The getter 'pagesCount' was called on null.
Receiver: null
Tried calling: pagesCount
Regards,
The text was updated successfully, but these errors were encountered:
I'm noob in programming and maybe my request could be resolved. I need to open a document in a new page after i load data from previous page with ModalRoute.of(context).settings.arguments. I tried to initialise pdfController in build function with setState, but i have this error:
The getter 'pagesCount' was called on null.
Receiver: null
Tried calling: pagesCount
Regards,
The text was updated successfully, but these errors were encountered: