after searching for 2 days, I was really frustrated and then don't know how landed on your video. You're a life saver brother STAY BLESSED
@limatechofficial2 жыл бұрын
I am happy that, this tutorial are helping you and others. Keep watching.
@abdallaattia1631 Жыл бұрын
I am happy for this commint because I was about to write the same one.
@ayoubhdd8 ай бұрын
thank you brother you are a life saver its like you are the only one who explains flutter in the web may god guide you
@bloodcon7014 Жыл бұрын
After 3 days of trying and searching , i find you , really thanks , krep going Thanks a lot
@AnchalDaharwal11 ай бұрын
it really helped me a lot!!! thankyou
@sds_shop_dz Жыл бұрын
thanks sir you heleped me a lot
@tinsaelabebe71612 жыл бұрын
nice job
@Steve-3P0 Жыл бұрын
Great video! How can we upload a file to the web server without firebase storage? Just store it as a file on the web server itself. It can be temporary.
@SubramanyanS-x3t6 ай бұрын
pleae reply so if we are making both for web and andoir should i conditionally show that memory or file or since android also suppoe memory only use uin8list not file? please help me with this
@limatechofficial6 ай бұрын
Yes we can use the same widget for both mobile and web version. There will only be a performance change in mobile while using memory until we clear it conditionally or any better manner as mobile has less memory compared to desktop.
@SubramanyanS-x3t6 ай бұрын
@@limatechofficial i meant in my app there is preview of images and videos which i show using Image.file or videoplayer with file. also cropping which requires file/ how can i implement this in the web though that doesnt suport video playing or showing image using image.file right? i cant also use the network since its a preview then only i upload. a reply would be really great coz iam stuck and thank you
@limatechofficial6 ай бұрын
@user-br5yx4qg3k try media_kit package from pub, it might solve your problem.
@SubramanyanS-x3t6 ай бұрын
@@limatechofficial thank you i will definitely check
@htara_hs10 ай бұрын
hello , I am getting TypeError: Cannot read properties of undefined (reading 'getStorage') pls help
@limatechofficial10 ай бұрын
Firebasestorage instance might not be initialized properly check that one.
@haiderjaafer81642 жыл бұрын
Great tutorial... How if multiple files upload.can make tutorial on that
@limatechofficial2 жыл бұрын
Sure.
@flutterdart47 Жыл бұрын
great
@adelaskri63472 жыл бұрын
You're a hero, been stuck on this 4 hours THANK YOU
@maurogentile1702 жыл бұрын
Hello, thanks for these fantastic tutorials. Is there a repo you save the code to? It would be much easier to follow along
@limatechofficial2 жыл бұрын
In the description
@baiqnastasya8112 Жыл бұрын
How about get the imageUrl from the file that we upload before? And display it to firestore?
@limatechofficial Жыл бұрын
Watch this video, you will get the answer. kzbin.info/www/bejne/fJCxmYeJqbhgZpY
@이건희-c3n9o11 ай бұрын
how do you upload and play mp4 video file on flutter web?
@shreevenkat1845 Жыл бұрын
Won't this work for pdf files ? I'm able to upload the pdf file but unable to view the pdf file in firestorage
@limatechofficial Жыл бұрын
Look for a pdf viewer package and use that to show the file. This will only show images of firebase storage.
@shreevenkat1845 Жыл бұрын
@@limatechofficial thanks.. I'll try that...
@ayoubhdd8 ай бұрын
can you please now make a video on how to retrieve the files from firebase storage
@limatechofficial8 ай бұрын
Watch other videos, you will find in the playlist.
@yeryer316 Жыл бұрын
Hey, the listed github source code doesn't appear to match the code from the video
@limatechofficial Жыл бұрын
Checkout this video. You will get source code here.
@gopikrishnan8999 Жыл бұрын
This will work for both web and Android
@limatechofficial Жыл бұрын
Yes.
@sammyjokes9613 Жыл бұрын
Can you update image in flutter web. Just like profile picture... Please do a tutorial if you can
@limatechofficial Жыл бұрын
kzbin.info/www/bejne/fJCxmYeJqbhgZpY
@4404 Жыл бұрын
why i have error when i run flutter APP in Normal way in web with out the terminal command .. thank you....
@limatechofficial Жыл бұрын
Can you share the error message, what u r getting ?
@4404 Жыл бұрын
@@limatechofficial but if i run program with this command in termianl --> (flutter run -d chrome --web-renderer html) It works but if I publish the sitE will it work fine, because if I run the program in the traditional way ..this problem (OBJECT PROGRESS EVENT) appears to me and thx..
@limatechofficial Жыл бұрын
Once you publish your site it will work. If you r chosing firebase hosting, then you wont need to do anything else, but for server like nginx or other, you would require few things to setup.
@4404 Жыл бұрын
@@limatechofficial Hi Sir, Thanks for helping me I am publishing the website using FireBase hosting and the images are not showing up please help and thx
@limatechofficial Жыл бұрын
You might be not getting images to show because of CORS policy. Add that by following this video kzbin.info/www/bejne/rZbVf6qFlJ2KiJo. If its not helping reach out to my email, so that i can help you to fix your problem.
@templetonmeshack2816 Жыл бұрын
Please send me a link of a video where you fix the CORS error with firebase and flutter
@whoadityanawandar Жыл бұрын
The source code link is pointing to something else..?
@limatechofficial Жыл бұрын
I will provide it shortly.
@toast988 Жыл бұрын
how can i get the path of the selected file
@limatechofficial Жыл бұрын
Due to security reason of accessing path of selected file in web is not supported at this moment, but we can get path in mobile app version.
@hadikhan1813 Жыл бұрын
Did you figure out a way. I need to upload a file with multi part request
@wesleybarnesdev Жыл бұрын
FilePicker works on local dev but not in production, so tired of this package and flutter web, it should just pick the files but it is always a mission
@theunderworld2234 Жыл бұрын
How to upload webp image in flutter web
@CJ-tu9fy2 жыл бұрын
Do you know how to get all list file to show on flutter web?
@limatechofficial2 жыл бұрын
What kind of files do you need to show in ur flutter web app? Let me know, i will create a video specific to that.
@CJ-tu9fy2 жыл бұрын
@@limatechofficial I think all types. I will show all the files that are stored in Firebase storage
@whoadityanawandar Жыл бұрын
Does this work on mobile?
@limatechofficial Жыл бұрын
Yes, it will work on mobile as well. Please let me know if u face any problem.
@whoadityanawandar Жыл бұрын
Can you share the source code for this?
@imthiyazali4670 Жыл бұрын
Source code you provided is different
@free_intertaining Жыл бұрын
upload a video if you can
@limatechofficial Жыл бұрын
On which topic do you want me to create and upload ?
@free_intertaining Жыл бұрын
@@limatechofficial picking image from file in web and play it
@limatechofficial Жыл бұрын
Do you want to upload video in web and play ? I will create and upload on this channel soon.
@free_intertaining Жыл бұрын
@@limatechofficial ok, could you please notify me
@swastikthiramdas Жыл бұрын
how to upload video in flutter web
@limatechofficial Жыл бұрын
I will create a separate video for this, please stay tuned.