👍VIEW/CLONE ALL MY NOCODE APPS + support my work: www.patreon.com/jamesnocode 👍GET MY NEW TRAINING - MASTERING FLUTTERFLOW: masteringflutterflow.com 👍GET MY NEW TRAINING - MASTERING SUPABASE: masteringsupabase.com
@cdrdan2 ай бұрын
I need to use more components instead of recreating the wheel each time. I have a feeling it is possible to have a page filled with nothing but components. 😊 Great work, as always James.
@awlhunt2 ай бұрын
That is the whole objective - DRY & SoC principles.
@TwinCityShredder2 ай бұрын
Thanks for all your work James. Your Supabase course has helped me tremendously.
@jamesnocode2 ай бұрын
Thank you! 🙏
@atelierdulead25 күн бұрын
Thank you James 🙏
@RomanPittroff2 ай бұрын
Nice update on how to implement the new FF Features!
@chaplaincare2 ай бұрын
Thank you!
@garenkarapetian709Ай бұрын
Hi. Thanks for another great tutorial. But it's not clear how can I initiate an animation (for all users) on that component when it's value changes? For example, each item/component has a "purse" which displays a certain value (it's a text widget) starting from 0.00. Each time the value changes and becomes 0.01, 0.02, 0.03 etc I want to display an animation of the coin dropping in. I have the animation and it works great On Tap action, but how can I trigger that animation on value change and be visible to every user who is watching??? Thanks in advance!
@jabmusica60112 ай бұрын
Hello! I’m using FlutterFlow to create my apps, but with the recent update, I noticed a significant increase in the compiled app size. Previously, each build was around 25 MB, even for a very simple app with just one screen. Now, after the update, the size has increased to around 60 MB, even for an app with only one screen and one button. Is there any way to optimize or reduce the final app size? Any tips would be greatly appreciated. Thanks!
@seekersaurabh2 ай бұрын
Advance Algolia search tutorial coming or not?
@jamesnocode2 ай бұрын
Yes, coming up soon. Thank you. 🙏
@munachemeka56342 ай бұрын
Hi, how can I upload and use a JSON static file of 5mb in ff, I've scoured the internet for weeks now looking for an answer, all to no avail. It's simple, i have a JSON file(its a book) that i wish to make local/offline accessible for my potential users (because an internet connection is almost gold in that part of the world) how do i do it?, please help me 😢.
@mastafa65822 ай бұрын
Hi James I hope you have added the Arabic language to your courses I'm waiting for that Thanks
@jamesnocode2 ай бұрын
Will be adding it this weekend! I will let you know when it's added. Thank you Mastafa.
@mastafa65822 ай бұрын
@jamesnocode Thank you, I'm waiting.
@Maks4739i2 ай бұрын
James, can you teach us how to make FlutterFlow API calls to Vertex AI prompt's using Cloud Function(Service account), so that auth token doesn't get expiried? I've been struggling to figure out how to do this. Thanks