Hello! I want to show a PDF. When I use the PDF of the example there is no problem. When I want to display a PDF of the S3 (Amazon) it says the name is too long. How could I solve it? The name is long because it adds GET parameters so that the PDF can be viewed because it is private, without these parameters it could not be seen (OS Error: File name too long, errno = 36)
Thank you for this tutorial! Please make a flutter firebase series with setup role authentication and user post and admin manage user account and so on.
I have a question please How can you know the codes for a specific job, for example: When I want to add a feature, should I just search for it, or is it with experience, or does it have ways to search and access a code? Thank,
Great video you saved my life thanks alot but i have a small problem... The package is working properly in the debug mode but it stopped in the release version.. I did all the steps but it didn't work and to be more specific the problem is that i can't open the pdf page when i Navigate to it... Please it has been 3 days now and i didn't find any solution
Hello, Thank you for the video Can you create for us a video to show us how we can download pdf file from a link and save it and next we call the pdf from storag and not link
Thank You @KarmaKanda! Follow this link: stackoverflow.com/questions/57530527/how-to-give-some-space-margin-padding-between-pages-in-pageview I hope you will get your answer 🙂
Hello, I am getting an error while calling _storeFile(), bytes: The argument type 'Uint8List?' can't be assigned to the parameter type 'List'. is there any way to fix this error? Thanks in advance, your video is really helpful sir.
What is this and where do you define it. I'm getting error The name 'File' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'File
Hello, Ranko Koturić! Follow this link: stackoverflow.com/questions/61483272/error-dart-the-name-x-isnt-a-type-so-it-cant-be-used-as-a-type-argument, I hope it will solve your problem. Thank You 🙂
Ur explanations are awesome and I really did get the output.... But then the pdf file with 10 pages or less is being able to be viewed.... I want a pdf of 40 pages to be viewed, from the firebase storage.... The error thrown for me is " An unknown error occurred, please check the HTTP result code and inner exception for server response. Code: -13000 HttpResult: 200 the maximum allowed buffer size was exceeded." Could u help me out?? It really would be great if you could...
Sir, thanks for the work you put. Deeply appreciated. My question is, is there a line of code that will show readers where they stopped, as they were reading, when they come back to the app?
Worked flutter on firebase pdf but when tap the elevated button and navigate the pdf page then open pdf file and pdf will be some portion of center will be dark ,top part of the android screen will be dark, center part will be shown in text and also buttom part will be dark...why this will be happen? In your case there will working perfectly as of mine i am so confuse what happen to my app? If possble do help! #thanku #keepsharing #flutter #behappy
crisp and clear as always! thanks Johannes!! One Question : if i do not want to specify the url hard coded in app but fetch the name of pdf from storage and then display it, because the pdf files will be added to storage and specifying the name of each pdf file is not possible...
@@HeyFlutter bro your tutorials are awesome!! I figured it out myself using your download files from firebase storage video, i followed that video and in place of images, i just put pdf files and opened it with help of pdf viewer explained in your pdf viewer video, feeling like a pro programmer, thanks man, really appreciate your work!!
Hi Johannes, awesome video. I am just getting this error, could you please help. Invalid argument(s): No host specified in URI Instance%20of%20'_JsonQueryDocumentSnapshot'
@@HeyFlutter Wow thanks! I briefly looked at it and I can see that you managed to export image! How can I put it back on the PDF then and save it as a new PDF with a signature on top using this library? I think it is not possible and we should use Native android pdfBox
Hello Johannes I'm big fan to you I wanna ask you something I search a lot about how to make index for Pdf file I wanna make button when pressed go to chapter two for example How I can Do it please Thank you.
Hey Johannes, there's this error for loadnetwork in pdf API dart, "The argument type 'String' can't be assigned to the parameter type 'Uri'. _TypeError (type 'String' is not a subtype of type 'Uri') ", do you know how to resolve the error? Thanks!
Unhandled Exception: FileSystemException: Cannot open file, path = '/data/user/0/com.example.authentication_direction/app_flutter/' (OS Error: Is a directory, errno = 21) I am getting this error, anyone has any idea what wet wrong??... any help will be appreciated🥺
Thanks, Please make new videos every day and make them complete and make apps like todo, calculator, uni prokects mini...local host projects etc... it would mean a lot but keep them simpler yet beginner easily
@@HeyFlutter Do you have any ideas, which I can use to be able to map the PDF with all the words? I think and make a list and put it in alphabetical order.
Hi Johanne, thank you for your sharing. I'm a beginner in flutter, I work on a Book-e project, I'd like to know if could hightlight a pdf Document using flutter?
@@changeit1935 Hi! are you able to open google drive pdf using network method? I am trying to implement but fail to do so, hope to get your reply. Thank you!
Hi, @Johannes Milke ... thanks for your consistency uploading new trick, knowledge, and all in your videos.
One more referral to your channel! ahaha You have a gigantic library of tutorial on Flutter that is crazy Johannes!! 🙌👏✌
Yo bro
@@AyushPanditofficial yooo!!! Ayush the legend!!! 🎉👏👏⚡️
@@FlutterMapp i need one help bro please make telegram channel its easy for me tell doubt discord is confusing for me
Thank you for such a nice tutorial Johannes.
Take love from Bangladesh 💜
please make a video how to give gap in page? in flutter cached pdfview.
Thanks for the idea, @KarmaKanda! 🙂 I have added it to my list of ideas for future videos!
Thank you Johannes
I love how you break everything down.
@@HeyFlutter are you available for flutter project?
U R AMAZING!
Please, keep making that kind of videos
Tnx a lottttttt!
Hi there! Great work! Can you tell me how to Load PDF From Assets to a specific page? So that the first shown page would be a preset number...
Very helpful video,
I have a question how i can to fit pdf view to all screen?
Hello sir, could you make the video on pdf viewing app where we can extract the text please?
Thanks for the idea, @shubhgajjar8782! 🙂 I have added it to my list of ideas for future videos!
Hi, this is awesome but can we show something like thumbnail fo pdf before then clicks to open the whole pdf? Like google drive pdf thumbnail
Thank you for the wonderful video sir it is very helpful for me and my team, Thanks again sir
Glad to hear that, Thank you @pravinprince3221! 😊
Thank you so much for your lecture. !!! is there a way to use pdfviwer on flutter web?
Great.. waiting for markdown and LaTeX 😊
I am waiting too for this mike
This is awesome thank you!
Brother thank you so much. You are awesome.
explained well and
informative....
Thank you for this awesome video. Can you also suggest how to open PPT, doc, docx as a widget?
When I change orientation my androib phone, pdf view is disappearing, why?
Hello! I want to show a PDF. When I use the PDF of the example there is no problem. When I want to display a PDF of the S3 (Amazon) it says the name is too long. How could I solve it? The name is long because it adds GET parameters so that the PDF can be viewed because it is private, without these parameters it could not be seen
(OS Error: File name too long, errno = 36)
Thank you for this tutorial!
Please make a flutter firebase series with setup role authentication and user post and admin manage user account and so on.
@@HeyFlutter thank you and hope that future video will be soon😊
I have a question please
How can you know the codes for a specific job, for example:
When I want to add a feature, should I just search for it, or is it with experience, or does it have ways to search and access a code?
Thank,
@@HeyFlutter
nice,
thank u.
Thank you very much! :)
Great video you saved my life thanks alot but i have a small problem... The package is working properly in the debug mode but it stopped in the release version.. I did all the steps but it didn't work and to be more specific the problem is that i can't open the pdf page when i Navigate to it... Please it has been 3 days now and i didn't find any solution
Hello, I would like to know if this applies to a web application, I'm trying to do it and nothing shows on the page :/
Hello,
Thank you for the video
Can you create for us a video to show us how we can download pdf file from a link and save it and next we call the pdf from storag and not link
Thank you i will see it but if you provide for us a video will be more help full ❤️
hi Johannes Milke how can add CircularProgressIndicator before pdf render from firebase
Hi, are you able to do it? I am struggling to put circularprogressindicator too
Could you do a video on PDF editing , electronic signing etc.
@@HeyFlutter thanks bro❤️
hey is it possible to show directly in pdfviewer without storing as a local file ? (from url )
thanks for the tutorial,
one questions,
how to change horizontal swipe direction from LTR to RTL?
to open Persian and Arabic pdf books and these languages are RLT
@@HeyFlutter
Thanks a lot for your time
amazing video! Thx!
Any update on making this work with scoped storage?
thank you for this video
How to give Gap in page ? its showing all page is same there is not space between pages
Thank You @KarmaKanda! Follow this link: stackoverflow.com/questions/57530527/how-to-give-some-space-margin-padding-between-pages-in-pageview
I hope you will get your answer 🙂
@@HeyFlutter please make a video for giving gap in pdf
Hello, I am getting an error while calling _storeFile(), bytes: The argument type 'Uint8List?' can't be assigned to the parameter type 'List'. is there any way to fix this error? Thanks in advance, your video is really helpful sir.
@@HeyFlutter Solved! 😊
What is this and where do you define it. I'm getting error The name 'File' isn't a type so it can't be used as a type argument.
Try correcting the name to an existing type, or defining a type named 'File
Hello, Ranko Koturić! Follow this link: stackoverflow.com/questions/61483272/error-dart-the-name-x-isnt-a-type-so-it-cant-be-used-as-a-type-argument,
I hope it will solve your problem. Thank You 🙂
superb, also need video on uploading pdf files.
Great video!! But, is possible export to pdf file from some text or richText created in flutter 🤔🤔??
@@HeyFlutter I'll be waiting!! Please try to add an image pictures to the pdf file if is it possible... 🙏🙏😊😊😁 Thanks!!
Ur explanations are awesome and I really did get the output.... But then the pdf file with 10 pages or less is being able to be viewed.... I want a pdf of 40 pages to be viewed, from the firebase storage.... The error thrown for me is " An unknown error occurred, please check the HTTP result code and inner exception for server response. Code: -13000 HttpResult: 200
the maximum allowed buffer size was exceeded." Could u help me out?? It really would be great if you could...
Thx great video, love it.
Sir, thanks for the work you put. Deeply appreciated.
My question is, is there a line of code that will show readers where they stopped, as they were reading, when they come back to the app?
Thank You Chiamaka Ogugua! Follow this link: github.com/JideGuru/FlutterEbookApp
I hope you will get your answer 🙂
@@HeyFlutter sir, I followed the link but confused. Don't know what to do. I didn't see any answer
Brother can we perform OCR on pdf in flutter App and then perform Text to speech after recognizing text through OCR and also speed controlling of TTS
Worked flutter on firebase pdf but when tap the elevated button and navigate the pdf page then open pdf file and pdf will be some portion of center will be dark ,top part of the android screen will be dark, center part will be shown in text and also buttom part will be dark...why this will be happen?
In your case there will working perfectly as of mine i am so confuse what happen to my app?
If possble do help!
#thanku #keepsharing #flutter #behappy
Very nice video! and how can I download the file?
Thank you
You are welcome, ala beb!
crisp and clear as always! thanks Johannes!!
One Question : if i do not want to specify the url hard coded in app but fetch the name of pdf from storage and then display it, because the pdf files will be added to storage and specifying the name of each pdf file is not possible...
@@HeyFlutter bro your tutorials are awesome!! I figured it out myself using your download files from firebase storage video, i followed that video and in place of images, i just put pdf files and opened it with help of pdf viewer explained in your pdf viewer video, feeling like a pro programmer, thanks man, really appreciate your work!!
Hi Johannes, awesome video. I am just getting this error, could you please help. Invalid argument(s): No host specified in URI Instance%20of%20'_JsonQueryDocumentSnapshot'
Thank You so Much
Amazing..... 👌🏻👌🏻👌🏻👌🏻
can you please help me on how to add draggable scrollbar on it. please
Hey 😊, @TheBraveTate! Check out this video: ruclips.net/video/VVGzS-OPtdc/видео.html I hope this may help you
do we still need to change some configuration tu use this package nowadays?
Thank You zariliusra! Follow this link: pub.dev/packages/flutter_pdfview
I hope you will get your answer 🙂
can flutter do view a file (pdf, docx) without saving that file in local storage phone ?
Hey, Arief Setiawan 🙂 Not possible so
great video! if i have some files in diferent folders, what have that write in the line "final url = ;" 11:04
Thank you, SEBA NGEL! 🙂. Proive the complete path inside the bracket.
I have the "Could not load asset " error thrown back to me ... please help
Thanks! How can I add an image (user's digital signature) on top of the PDF? Also can I zoom pdf? It seems it is not possible in Flutter...
@@HeyFlutter Wow thanks! I briefly looked at it and I can see that you managed to export image! How can I put it back on the PDF then and save it as a new PDF with a signature on top using this library? I think it is not possible and we should use Native android pdfBox
how can i show the pdf without the page break whitespace?
thank u. Amazing
is there a way to use this with the inappwebview?
like when a pdf link gets clicked that the link gets used instead of hardcoding it?
Thank you, @marczakrzewski9023! 🙂. Try to provide enough details with your question.
Hello Johannes I'm big fan to you
I wanna ask you something I search a lot about how to make index for Pdf file
I wanna make button when pressed go to chapter two for example
How I can Do it please
Thank you.
@@HeyFlutter thank you a lot ♥
Hello can you show as haw you can edit and sing pdf in flutter please
Thanks for the idea @ajmiouerchfani6473 😀, i have added it in my list of future videos
Hey Johannes, there's this error for loadnetwork in pdf API dart, "The argument type 'String' can't be assigned to the parameter type 'Uri'. _TypeError (type 'String' is not a subtype of type 'Uri')
", do you know how to resolve the error? Thanks!
Hey don't you know how to fix this problem? I hope you've figured it out in 2 years.
Unhandled Exception: FileSystemException: Cannot open file, path = '/data/user/0/com.example.authentication_direction/app_flutter/' (OS Error: Is a directory, errno = 21)
I am getting this error, anyone has any idea what wet wrong??... any help will be appreciated🥺
can we add animations on when we are changing the page?
That's so sweet of you@@HeyFlutter
after a year you are still here to help your subscriber.
Thanks a lot
does this work wth blob storage instead of firebase?
@@HeyFlutterIf u store a PDF in blob storage, do you recieve an URL?
Also can i just follow your steps of firebase, but then with blob storage?
Why most of the libraries you are using are old versions?
Thanks, Please make new videos every day and make them complete and make apps like todo, calculator, uni prokects mini...local host projects etc... it would mean a lot but keep them simpler yet beginner easily
I'm trying to open 30mb pdf file from firebase storage and it's showing storage exceeded
Thank you @@HeyFlutter your videos helped me a lot to finish my project
Hi, how do I add circularprogressindicator when the file is loading to be opened?
@@HeyFlutter Thank you! Let me check it out
Did u add the progress indicator ? If u did can u share me the code
Appreciated
Please help me to edit the pdf and save it by adding an image.
Can u load data from firestore to pdf?
Can we make this pdf app to open automatically whenever we touch a pdf file? If yes how to do it bro?
@@HeyFlutter Thank you so much bro 👍
How do i thank you!! 😍 very helpful 👏🙌
Gr8 tutorial but pls a little slower next time 😅 ,,,subscribed
How can I convert Image to pdf? Im new to the channel have you made a video of it? If yes, pls share the link:://
@@HeyFlutter thanks Johannes!!
How to get local video file path
And if we want to implment it for web it works?
Thank you, Abdelaziz Kayoueche! 🙂. Yes it will.
pdf from firebase ❤👈
If someone can help me, I want to search for a word using PDFView, how do I search for a word within the PDF?
@@HeyFlutter Thanks for answering
@@HeyFlutter Do you have any ideas, which I can use to be able to map the PDF with all the words? I think and make a list and put it in alphabetical order.
Hi Johanne, thank you for your sharing. I'm a beginner in flutter, I work on a Book-e project, I'd like to know if could hightlight a pdf Document using flutter?
@@HeyFlutter So, keep me in touch from newest features of PDFView widget.
How to render pdf first page?
@@HeyFlutter Thenks,i'm wait second part
so basically allu git in the tutorial was.... CTRL + Z ( not impressed bro not ...see mvtechviral
Is it possible to open google drive pdf files using this network method?
@@HeyFlutter Thanks a lot. Amazing tutorials. 🤩🤩🤩 keep it up
@@changeit1935 Hi! are you able to open google drive pdf using network method?
I am trying to implement but fail to do so, hope to get your reply. Thank you!
Everything goes correct when in the emulator but when generating the apk and opening it on the mobile it does not work
Thank You Seo Valentina! Follow this link: github.com/flutter/flutter/issues/75720
I hope you will get your answer 🙂