Filter
Exclude
Time range
-
Near
Long time no see, time for another quick #Flutterflowtip πŸ€“ Getting red screen of death? It's probably null value!
1
2
138
17 Oct 2025
#Flutterflowtip for today: Be careful with duplicating your data updates! Sometimes you'll update same data twice, eg. based on condition. Later, when you change something in one update, it's easy to forget about second update. It's much cleaner to update whole data once.
1
1
5
197
11 Feb 2025
#Flutterflowtip for today: Name your actions in action flow! Compare these two action flows: Which one is more understandable for you? I'm pretty sure right one is more readable! Why? Because it's described better.
2
6
200
25 Nov 2024
It's been forever since I posted #Flutterflowtip . Time for another one! Are you using enums in your @Flutterflow app? DON'T use enums in the backend structure. Use strings here!
1
9
636
One of my favorite features in @flutterflow has to be "Custom Dialogs"... sounds boring but you have the ability to create awesome dropdown menus, modals and other experiences that just add so much to the user experience. Our next #flutterflowtip will be how to implement dropdownsin your project! #flutter #flutterdev #flutterui #design #education #learnflutterflow #buildinpublic #ui #ux #flutterflow
1
26
1,294
Replying to @karolgost_
Don't worry I'm diving into my #flutterflowtip era -- I have a @YouTube video coming on the @nocodeui_ channel on how to create this type of message but I feel like you get it.
1
7
99
πŸ’‘FlutterFlowTip: Thanks to the new "Development Environments" feature from @flutterflow, we can now simplify my code! ⚑️ Instead of using App State variables, I can directly access the correct API key based on the current environment. #builpublic #flutteflowtip
1
1
9
616
I am working on a custom Stripe integration in one of @Flywheel_Studio's @flutterflow projects. πŸ’³ Created a custom action to initialize the Stripe client, but need a way to use the correct API key for production and development environments. πŸ€” #flutterflowtip #buildinpublic
1
1
8
372
#Flutterflowtip for today: How to check ANY variable usage across the app? For app states you can find it from command palette. But how would you do it for specific field in firebase document? This solution might be a little tricky, so read till the end! πŸ‘‡πŸ‘‡
When you want to find variable usage in @flutterflow, you can check its references from command palette. BUT it doesn't work for variables inside a firebase document (for example). So I'm wondering, how do you find references for such variables? Do you have some tricks? πŸ€“
1
1
2
519
If you're having issues uploading multiple images with @nocodebackend and @flutterflow Just add [] to the end of your variable name in FlutterFlow ✨ #FlutterFlowTip #XanoTip #PHPThings
6
28
1,073
19 Jun 2024
Very short #Flutterflowtip for today. Keep your widget tree simple! Very often you can greatly reduce your widget tree structure, while keeping UI the same. For example, I went from this: to this: UI is exactly the same - I was using more widget properties, instead of adding yet another widget. The simpler widget tree, the easier it is to read it. The easier to find anything on the page! So once again, keep it clean - including widget tree! That's it for today πŸ™‚ #Flutterflow #Nocode #Lowcode
2
14
1,084
14 Jun 2024
Recently, I played around and did some live building tutorial video session, to explain callbacks for @brucevanzyl He replied: "You should put some live building things on YouTube / X" That got me thinking πŸ˜… Maybe, instead of doing long #Flutterflowtip,in text, I would record quick tutorial looms sometimes? What do you think?
1
15
483
15 May 2024
It's been a while since last #Flutterflowtip Today back to (debugging) basics: Debug like a pro. Use browser console 😎 You're testing your app, and some value isn't working as expected? You probably jump off to editor, to create *text* widget to test this value. While it's correct approach, it takes your previous space in app. Also, it can mess up your page design. Instead, it's better to use tools created just for this - debugging tools. To be more specific, it's console logs. You can trigger logs using custom action. Custom action for this is as simple as it can be - just one line. Just add string argument to action, and write / ask Code Copilot to print this argument. That's all it takes to write this custom action! Now you can reuse it across your app as custom action, without messing up with your existing structure. But what if you want to print a list? Same method! Just change parameters to list of string, and ask Copilot to print list to console. To test it, on the web test/run mode open debug logs. Instructions are described here: docs.flutterflow.io/troubles… #Flutterflow still doesn't offer so much options for debugging. With local run, we got #Flutter devtools, but these can be daunting for regular user. Hopefully FF team will introduce some debugging tools soon. But until that, console logging works like a charm! Do you use this method? Maybe you use some other way to debug things? Share it in the comments! #Flutterflow #Tip #NoCode #Lowcode
2
1
16
763
11 Mar 2024
That's it, hope it was helpful! When everyone is hyped about @flutterflow new features (properly!), it's good to remind some basics - like primary option πŸ˜‰ #Flutterflow #NoCode #Lowcode #Flutterflowtip
2
233
11 Mar 2024
It's been a while, time for another #Flutterflowtip ! Does your @flutterflow column / list doesn't scroll like you want it to? Check primary option!
1
1
19
1,328
20 Feb 2024
Really quick #Flutterflowtip for today! imagePath data type is basically string (see code) BUT it won't allow you to parse string to image widget. What do you do? πŸ‘‡
2
8
608
29 Jan 2024
That way, when callback is executed, we will receive nested list index with it πŸ€“ Of course, doing that without callback parameters would still be possible - but a lot harder! Let me know if this little explanation was clear to you πŸ™‚ #Flutterflow #NoCode #Flutterflowtip
3
322
Hey, another #Flutterflowtip for today πŸ™‚ Optimize your queries! As you can see on the first image, I used 2 same queries to display same data. But these 2 queries can be replaced with 2 generated children - see second image.
4
6
31
3,215
14 Dec 2023
#Flutterflowtip for today, related with quoted one πŸ˜€ Good practice to keep in Flutter(flow): Always set default values!
Long time no see, time for another quick #Flutterflowtip πŸ€“ Getting red screen of death? It's probably null value!
2
5
548