No video

How to Upload and Display Multiple Photos w/ visibility variables - Flutterflow

  Рет қаралды 18,088

Teknesis

Teknesis

Күн бұрын

Пікірлер: 57
@Ryanyong1408
@Ryanyong1408 3 ай бұрын
Amazing stuff, I was stuck at this for so long. Thank you so much. Looking forward to more videos!
@VMILANK
@VMILANK 4 ай бұрын
One of the best flutterflow tutorial i have seen thank you !
@lukeatkins9906
@lukeatkins9906 Жыл бұрын
Genuinely great video! Really informative and useful. Real world concepts. Looking forward to watching more of your videos!
@teknesis7339
@teknesis7339 Жыл бұрын
Awesome, thank you!
@Azreniakingdom
@Azreniakingdom 11 ай бұрын
This was so awesome! Thank you :)
@Dan-sr8tl
@Dan-sr8tl Жыл бұрын
Great video, Thank's ! But can we add label to the uploaded images please ?
@XricheeX
@XricheeX 9 күн бұрын
how do i get to select. ''posts document'' when. choosing the image path? cause i have on the 'create post' page, the upload button with create document etc.etc. but im never able to set the posts document label
@thenewprofit
@thenewprofit Жыл бұрын
It's very useful, thank you!
@dalmarjosesantos
@dalmarjosesantos 8 ай бұрын
Thanks, great video!!!!
@M1ndProductions
@M1ndProductions 2 ай бұрын
Hi, is there any way how I can delete a specifc photo from that list?
@daviddelgado8213
@daviddelgado8213 11 ай бұрын
Great usefully tutorial!Have you resolve how to eliminate the “child” image with an icon?im triying to do it but I’m only be able to remove the whole url list
@Caden_Burleson
@Caden_Burleson Ай бұрын
Thaat high-pitched noise at the 13:30 ish mark got me!.
@teknesis7339
@teknesis7339 Ай бұрын
Keeping you on your toes
@Caden_Burleson
@Caden_Burleson Ай бұрын
@@teknesis7339 I had to rewind and make sure I wasn't just hearing things from lack of sleep. lol
@Tj-vy5lt
@Tj-vy5lt 9 ай бұрын
Im having trouble with visibility conditions,i followed the instructions yet the icons are not disappearing, they are stacking ontop of the photo
@MarcioFranco
@MarcioFranco Жыл бұрын
Great video! But, how to delete a specific photo ?
@bigcha38
@bigcha38 Жыл бұрын
I wonder as well
@MarcioFranco
@MarcioFranco Жыл бұрын
@@bigcha38 Now, i know how to delete a specific Photo in list of pictures
@thenewprofit
@thenewprofit Жыл бұрын
@@MarcioFranco Could you tell us how to delete a specific Photo in list of pictures?
@MarcioFranco
@MarcioFranco Жыл бұрын
@@thenewprofit you just need to select an item from index at..from your list
@happyboss555
@happyboss555 5 ай бұрын
how to select item from index? the action1. delete document, 2. select the item from index? but I can't find the step2 🥲 @@MarcioFranco
@mohamedrghay2424
@mohamedrghay2424 3 ай бұрын
maaaan , thank you so much
@happyboss555
@happyboss555 5 ай бұрын
16:29 Hi Teknesis I added a delete btn in the container of img, and setup an action - delete document, but I couldn't find the reference to select for delete. Could you share how to do it? Thank you~
@teknesis7339
@teknesis7339 4 ай бұрын
Join my Discord to get help
@Christmaseevee06
@Christmaseevee06 11 ай бұрын
the delete dificulty might be a problem with the firebase rules
@user-mx2jg5jn2s
@user-mx2jg5jn2s 11 ай бұрын
Hi, echoing the other folks in the comments, great tutorial and very helpful. As it relates to deleting individual photos, how would you do that? I'm able to clear uploaded data but can't figure out how to clear a specific item in the index. Thanks in advance for any guidance you have!
@teknesis7339
@teknesis7339 11 ай бұрын
The photo is cached on the device, so you need to rebuild the page. Try using page or app state to rebuild after each delete. That should clear it out.
@user-mx2jg5jn2s
@user-mx2jg5jn2s 11 ай бұрын
great thanks! @@teknesis7339
@aliroshdy1390
@aliroshdy1390 Жыл бұрын
First thank you for the amazing video it really helped a lot. However, i am stuck with one issue. When i click the photo in the row list it doesn't change the main photo, and i noticed that the only action you added to the photos under the row is to make it expandable. some please help me to fix this to have the issue resolved. And again thank you for your time and contribution, i really learn a lot from your videos.
@teknesis7339
@teknesis7339 Жыл бұрын
I would either have to see a screen recording of your issue or share your project with me so I can lay eyes on it. Thanks for the kind words also
@dialospy
@dialospy Жыл бұрын
Hey, nice walkthrough! Do you have any tips for (selecting) temporary uploading a list of images locally, before user confirming and uploading to firebase? My issue is images and documents getting uploaded with the upload action, but not added to the document if the user doesn't proceed to create a document.
@dialospy
@dialospy Жыл бұрын
Same issue when users are selecting multiple images. I can't set a limit on number of images uploaded. When using conditional i can give an alert when more than 4 have been uploaded, but i cannot seem to delete them from firebase storage with the Delete Data action
@teknesis7339
@teknesis7339 Жыл бұрын
For storing images locally, you'll have to either use a custom code to create a temporary path or use app/page state
@teknesis7339
@teknesis7339 Жыл бұрын
You'll have to use custom code
@watchshortshere
@watchshortshere Жыл бұрын
how to mark if the card is visited?
@afroniumstudios
@afroniumstudios 10 ай бұрын
Is there a way to use the Carousel widget for this?
@teknesis7339
@teknesis7339 10 ай бұрын
I'm not sure. Haven't tried
@user-pm6po1tw8t
@user-pm6po1tw8t 11 ай бұрын
why post documents option in grid view dont show up for me ?
@teknesis7339
@teknesis7339 11 ай бұрын
I have no idea
@danzreview
@danzreview Жыл бұрын
bro i got a question, what if we make a usecase for task management that need to upload image each progress how to pull the image for each progress in list?
@teknesis7339
@teknesis7339 Жыл бұрын
Well I guess that depends on how your progress is being stored. If they’re individual documents, then I think that answer is a given. But if it’s a single document, where progress is a list field and photos are a list field, then you’d want to generate your result based on their associated index in each list. I had a custom function that would do this at one point, though I’m not entirely sure what happened to it. You may be able to do it directly within FF now, though.
@danzreview
@danzreview Жыл бұрын
@@teknesis7339 yeah for now the best practice to do that is make activity Collection for progress and make it doc ref to the main task
@nikolakalev4914
@nikolakalev4914 Жыл бұрын
Really great video, thank you! I have 2 questions: 1. How we can solve the state when the user do not upload any photos, but we want to store data in the database. I'm asking in cases where the post not only consists of picures. 2. How we can limit the number of uploaded pictures?
@teknesis7339
@teknesis7339 Жыл бұрын
You can limit upload count using conditional logic and integers, or custom functions, or custom upload actions, or if using Firebase, cloud function
@amiro.husain869
@amiro.husain869 Жыл бұрын
Is it the same thing to upload the video?
@teknesis7339
@teknesis7339 Жыл бұрын
No. Although FF is using a package for file uploads that is capable of uploading multiples of different file types (whether that be video, documents or otherwise), FF currently has it configured to only allow multiple photo uploads at one time. I suspect this is due to uploading multiple videos at one eating up a lot of resources and potentially slowing things down quite a bit. However, pub.dev does have the above referenced package and can be deployed as a custom code to achieve multiple video upload. I would caution before doing this because of the reasons listed above.
@amiro.husain869
@amiro.husain869 Жыл бұрын
@@teknesis7339 that will help, Thanks
@c.techguy9707
@c.techguy9707 Жыл бұрын
please i can't find the upload to firebase action in my action list
@teknesis7339
@teknesis7339 Жыл бұрын
Would have to see how you have everything set up to know where the issue is
@PremiumFuelOnly
@PremiumFuelOnly Жыл бұрын
The Upload type: Firebase option isint available unless you enable Authentication in App settings.
@filiphesantos7947
@filiphesantos7947 11 ай бұрын
top top top
@Fabiotvf
@Fabiotvf Жыл бұрын
Create child tô uploaded option is red for me
@teknesis7339
@teknesis7339 Жыл бұрын
This is possibly due to updates from FF, as some of the updates they've been pushing lately have broken some tips in my tutorials
@Fabiotvf
@Fabiotvf Жыл бұрын
@@teknesis7339 :/ but nice video
FlutterFlow - Upload Multiple Photos
9:04
Jim Explains
Рет қаралды 653
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 47 МЛН
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 182 МЛН
Harley Quinn's revenge plan!!!#Harley Quinn #joker
00:59
Harley Quinn with the Joker
Рет қаралды 10 МЛН
How To Add Shimmer Effect to Your App (And Why You Should)
11:15
FlutterFlow
Рет қаралды 25 М.
Firestore Setup | To Do App | FlutterFlow for Beginners
6:39
FlutterFlow
Рет қаралды 16 М.
How to create FILTER WIDGETS and SORT WIDGETS on Flutterflow
16:06
Jairvinho Apps
Рет қаралды 4,8 М.
How to create your own chatGPT in Flutterflow (updated version)
23:45
#FlutterFlow - Build a fully Custom Calendar Component - Part 1 - Full Walkthrough
12:22
The Digital Pro's NoCode Academy
Рет қаралды 5 М.
How To Do img2img Within ComfyUI - Beginner's Guide
4:23
Prompting Pixels
Рет қаралды 10 М.
How to Set Up @Supabase Authentication in FlutterFlow
16:05
FlutterFlow
Рет қаралды 36 М.