Пікірлер
@angrub99
@angrub99 2 сағат бұрын
Hi, excellent videos! Do you happen to have one on how to create a download button for downloading an image, like in wallpaper download apps? How can I contact you? Thanks and best regards.
@SilviaRomero-d8r
@SilviaRomero-d8r 7 сағат бұрын
Hi Dimitar! Many thanks for that amazing tutorial! I have deployed my first cloud function (onCall) and I need to run it when I press a button on FlutterFlow. How can I "connect" my FF actions with the Cloud Function? Many thanks in advance!!
@avito3045
@avito3045 2 күн бұрын
nice job, i get this error Future Type: InvalidType Undefined name 'FirebaseFirestore'. Try correcting the name to one that is defined, or defining the name.dartundefined_identifier
@flutterflowexpert
@flutterflowexpert Күн бұрын
You need to setup Firebase from the FF settings in order for this to work.
@avito3045
@avito3045 Күн бұрын
@@flutterflowexpert I did. that I think so. Could you say me where I have to do that ?
@flutterflowexpert
@flutterflowexpert Күн бұрын
@@avito3045 in FlutterFlow settings and then go to Firebase
@jimvh7557
@jimvh7557 12 күн бұрын
Can data type definitions be generated from json as well you think. I would like any json to be auto converted into a data type without the need to pre-define the data type first!
@flutterflowexpert
@flutterflowexpert 8 күн бұрын
Yes you are right this is possible you just need to define the Data types inside FF and then you can do that with a simple custom function or just use the native FF conversion tool from json to data type.
@nirangajayakody3720
@nirangajayakody3720 12 күн бұрын
This was super helpfull
@MegaProclaimers
@MegaProclaimers 13 күн бұрын
can you make a video on how to do face verification in flutterflow? where user's face will be captured as part of authentication before he can access his dashboard
@flutterflowexpert
@flutterflowexpert 8 күн бұрын
Please request that here quests.flutterflow.app/upcoming
@socx1
@socx1 14 күн бұрын
this is great Dimitar. I noticed some challenges with using Supabase with FlutterFlow, specifically related to using MFA. To use MFA in Supabase, they only support Javascript don't seem to support Flutter with MFA or even a REST API option for MFA. Only Javascript. Is there a way to use custom code / action in FlutterFlow to add Supabase's MFA challenge and verification into a FF app? We're currently combining Xano and Twilio to handle MFA. Firebase Auth also provides MFA options but it's also in Javascript and it doesn't the the options Supabase or even Twilio has.
@user-kg2cb9yp3d
@user-kg2cb9yp3d 15 күн бұрын
Thanks for the great video! I succeeded in implementing the capture function according to your advice, but I still have some problems. In my case, the widget I want to capture is very complex and requires more than 5000 lines of code. So I would like to create it as a custom component in flutterflow beforehand and load it to use it, is this possible? My attempts have all failed, unless I define the widget I want to capture directly within the custom widget code...
@flutterflowexpert
@flutterflowexpert 8 күн бұрын
This is not yet possible, but it will be very very soon. Wait for FFDC in a few days :D
@ThadeuFayad
@ThadeuFayad 20 күн бұрын
Doesn't work for me. Error on compilation.
@flutterflowexpert
@flutterflowexpert 19 күн бұрын
Can you join my Discord server and share your code and a screenshot?
@andreasfun9591
@andreasfun9591 21 күн бұрын
You mention Supabase in the title of your video but I do not see anything about Supabase. Is there a way to export a CSV using Flutterflow and Supabase?
@flutterflowexpert
@flutterflowexpert 19 күн бұрын
You can go to the code and just copy and paste the code that I have wrote for Supabase, also you can watch this video as well kzbin.info/www/bejne/ZpC3enttrblolbs
@ithelightr3020
@ithelightr3020 22 күн бұрын
What kinda finance you need to get to a stable version? Can this work in Manjaro (Arch Linux)
@flutterflowexpert
@flutterflowexpert 19 күн бұрын
The version you can use is a stable version and yes it will work for any Linux disc it will work for macos and windows as well to be honest.
@ithelightr3020
@ithelightr3020 19 күн бұрын
@@flutterflowexpert and last question are you available for hire?
@flutterflowexpert
@flutterflowexpert 19 күн бұрын
@@ithelightr3020 yes, calendly.com/bulgaria_mitko
@quedico
@quedico 23 күн бұрын
Hi, this feature is key for my project, I managed to use "pushReplacementNamed" since I am trying to build tabs. The problem is that I see some animation in the transition. How can I make sure that the transition to the destination page shows no animation at all?
@satuteknologi1961
@satuteknologi1961 23 күн бұрын
i'm looking this kind of tutorial for weeks ..thanks broo
@MrjuniorOfficiel
@MrjuniorOfficiel 23 күн бұрын
Thank you. How can i do for download file from Audio path in firebase to my phone folder ?
@flutterflowexpert
@flutterflowexpert 19 күн бұрын
You can download the file using a combination of this video and this video - kzbin.info/www/bejne/h6eao5uBf5iDrrM
@Manu-li1rw
@Manu-li1rw 26 күн бұрын
Hi Dimitar, can i do this same process but instead of saving link in local state and then share, i am trying to share it using 2D Barcode, inputing in Barcode Value your above, explanation. Any idea if this can work as well? I am getting the invalid dynamic link message from firebase.
@flutterflowexpert
@flutterflowexpert 19 күн бұрын
Are we talking about app which is already installed or user who don't have the app installed because those are 2 different things. Basically the 2D Barcode is a simple value which you can use to redirect the user to your app.
@MyInspireSphere
@MyInspireSphere 29 күн бұрын
Video title is wrong on KZbin. Showing 'Part 02'...
@flutterflowexpert
@flutterflowexpert 28 күн бұрын
Thank you. I have fixed that.
@MyInspireSphere
@MyInspireSphere Ай бұрын
Branching is a life saver once you release an app..
@flutterflowexpert
@flutterflowexpert Ай бұрын
Yeah but still I can use versions and come back to it if something went wrong and you don't have to release a version if the version is not finished/polish. But yeah I get why this feature can be useful.
@flutterflowexpert
@flutterflowexpert Ай бұрын
🌟 Welcome to my video! 🌟 To ensure you have the best experience and access to all the resources mentioned, we've placed all active links in the video description below. This helps me keep everything up-to-date and easy for you to find! 👾 Join my Discord community! It's a great place to connect, share, and get the latest updates. The link is in the description as well. 💖 If you enjoy our content, consider supporting the channel. Every bit of support helps me create more of what you love. Details on how you can support are also in the description. Thank you for watching and being a part of the community! 🚀
@monawang73
@monawang73 Ай бұрын
hi thank you for your video ,just wonder how to add image from firbase url in this pdf ,tks
@flutterflowexpert
@flutterflowexpert Ай бұрын
You can see how you can do that using that video kzbin.info/www/bejne/b3nRmHepeK59hrs
@_SridhAr_
@_SridhAr_ Ай бұрын
Brother, I have a question, how to create blue tick verification badge like Twitter in flutterflow, can you guide me pls !
@flutterflowexpert
@flutterflowexpert Ай бұрын
You need a Boolean and conditional builder for that. It depends what the condition is.
@monawang73
@monawang73 Ай бұрын
Thank you for your video. I would like to know how I can add the image URL from Firebase into this PDF. Thank you.
@flutterflowexpert
@flutterflowexpert Ай бұрын
The code is in my GitHub repo
@ibrahimoumarou2788
@ibrahimoumarou2788 Ай бұрын
Hi I have a problem with firebase authentication it doesn't work anymore and in the console we write something like. It will no longer work on Google chrome M115 since July 24, 2024. Can you help me?
@flutterflowexpert
@flutterflowexpert Ай бұрын
Maybe try to update your Chrome?
@tanujain2605
@tanujain2605 Ай бұрын
Why do we need to encode url??
@flutterflowexpert
@flutterflowexpert Ай бұрын
If you dont encode it you might have illegal characters in the address.
@oliviersaighi7557
@oliviersaighi7557 Ай бұрын
i'm trying to update FFAppstate value from background service but i don't get the updated value in my widgets, any ideay why?
@flutterflowexpert
@flutterflowexpert Ай бұрын
Yes you are right u cant use AppState thats why I made it using other method. Also I plan to do a new version of this video so stay tuned.
@oliviersaighi7557
@oliviersaighi7557 Ай бұрын
@@flutterflowexpertwhich method is it? Using streams?
@aadhithnair
@aadhithnair Ай бұрын
Thanks for the video, I have one small issue though, I am not able to update my app state variables from flutterflow's custom actions. There is no error, but the values are not getting updated. Any idea what the issue is?
@flutterflowexpert
@flutterflowexpert Ай бұрын
Try that way FFAppState().update(() { FFAppState().foo = bar; });
@janakiramank4142
@janakiramank4142 Ай бұрын
@@flutterflowexpert I too am facing the same issue, and have tried this only. Still the actual app state isnt getting updated. Any idea why?
@flutterflowexpert
@flutterflowexpert Ай бұрын
@@janakiramank4142 pls join my Discord so u can share the code
@ichrakmabrouki2259
@ichrakmabrouki2259 Ай бұрын
Hi can anyone help me and tell me the exact steps to create that button and if this code is used for excel data as well and thank you in advance.
@flutterflowexpert
@flutterflowexpert Ай бұрын
You can join my Discord server for that
@blackbeauty6781
@blackbeauty6781 Ай бұрын
i saw the video the day it came out. She was off on a lot of things. yes there are limitation but it's been an amazing experience and learning curve for me. And saying you can't understand the code flutterflow produced is a lie cos I'm a novice in flutter. This was my first project and I made a 1000 dollars on my first app
@flutterflowexpert
@flutterflowexpert Ай бұрын
🌟 Welcome to my video! 🌟 To ensure you have the best experience and access to all the resources mentioned, we've placed all active links in the video description below. This helps me keep everything up-to-date and easy for you to find! 👾 Join my Discord community! It's a great place to connect, share, and get the latest updates. The link is in the description as well. 💖 If you enjoy our content, consider supporting the channel. Every bit of support helps me create more of what you love. Details on how you can support are also in the description. Thank you for watching and being a part of the community! 🚀
@PA20243
@PA20243 Ай бұрын
hello is this works for both app na web?
@flutterflowexpert
@flutterflowexpert Ай бұрын
yes, but for web you need to use cloud functions or else u r going to get cors errors
@jacortijo
@jacortijo Ай бұрын
Hi Dimitar, greta video congrats! Question... is there an alternative of using the API call to avoid the CORS issue? I already have 2 API calls in my project and I am in the free tier at the moment. Unfortunately, paying 70 euros a month for 1 additional API call is too much for my pocket at the moment. :( Is there any other alternative? thanks
@flutterflowexpert
@flutterflowexpert Ай бұрын
join my Discord server is all I can say :)
@T1Oracle
@T1Oracle Ай бұрын
No Code is a prison for creativity and innovation.
@catoshimeowmoto
@catoshimeowmoto Ай бұрын
Lol nope
@flutterflowexpert
@flutterflowexpert Ай бұрын
Can you tell me exactly what it is that is stopping your creativity and innovation?
@RichKetones
@RichKetones Ай бұрын
Spoken like true non no-coder
@IIImmortall
@IIImmortall Ай бұрын
In conclusion she is a lazy ass who thought she was gonna sit in one night and finish another Instagram 😂😂😂
@IIImmortall
@IIImmortall Ай бұрын
The roasting is fire 🔥 😂
@flutterflowexpert
@flutterflowexpert Ай бұрын
is it too much? :D
@IIImmortall
@IIImmortall Ай бұрын
@@flutterflowexpert the roasting was on point 😂😂😂 If she is lazy and just come here to complain she gotta expect this kinda reaction!
@flutterflowexpert
@flutterflowexpert Ай бұрын
@@IIImmortall
@Yusef-uh4wl
@Yusef-uh4wl Ай бұрын
Sorry to say. I know bulgaria. Most countries have mafia. But in bulgaria, the mafia has a country. Whether they do no code or low code, i dont know
@flutterflowexpert
@flutterflowexpert Ай бұрын
You are totally right about Bulgaria, but that does not mean a Bulgarian is a bad person. They are no "no code", because you can write code :)
@camilopenalver
@camilopenalver Ай бұрын
Hi, Dimitar. Could you make a video on how to prevent the user from accessing a page until its resources (images, videos) have loaded? I would like to create a waiting hallway that gives the app time to preload all the resources before entering the page with the resources. What I want to do is to prevent the page from loading without the resources loaded. I know that with images I could use a blur hash, but to use a blur hash you need to define a height. This makes the configuration of the elements take more time. And, frankly, I would prefer my user to be able to see the resources instantly.
@flutterflowexpert
@flutterflowexpert Ай бұрын
for that u can use something like the flutter_cache_manager package. for code examples pls join my Discord server
@Sergedable
@Sergedable Ай бұрын
hey Dimitar, do you have any idea how can we have different language like for example french and English for <p>Hello,</p> <p>Follow this link to reset your %APP_NAME% password for your %EMAIL% account.</p> <p><a href='%LINK%'>%LINK%</a></p> <p>If you didn’t ask to reset your password, you can ignore this email.</p> <p>Thanks,</p> <p>Your %APP_NAME% team</p>
@gauthiermerlin3197
@gauthiermerlin3197 Ай бұрын
Does this method still work for web in July 2024? The button doesn't trigger a download (I've tried on a web published project with the exact same code as in the video)
@flutterflowexpert
@flutterflowexpert Ай бұрын
Yes it still works. You need to enable canvas kit
@gauthiermerlin3197
@gauthiermerlin3197 Ай бұрын
@@flutterflowexpert It worked! I forgot to activate it in both Settings>ProjectSetup>Platform AND Settings>AppSettings>WebPublishing. Thank you for the tuto mate :)
@RR-et6zp
@RR-et6zp Ай бұрын
speed 1.5x
@flutterflowexpert
@flutterflowexpert Ай бұрын
I think 2x is even better :)
@RR-et6zp
@RR-et6zp Ай бұрын
@@flutterflowexpert ;)
@Finn_Allison
@Finn_Allison Ай бұрын
Like any creative endeavour, you have to work within the confines of your tools. Flutterflow is an amazing tool and it’s the developer’s responsibility to understand its limitations and work within them. I’ve had only good experiences with Flutterflow working this way. 🎉