#flutterflowtip نتائج البحث

Updated my profile on a mission to help businesses and creators bring their ideas to life through no-code mobile apps ⚡📱 #flutterflow #flutterflowprocess #flutterflowtip #NewProfilePic

stefandex_2424's tweet image. Updated my profile on a mission to help businesses and creators bring their ideas to life through no-code mobile apps ⚡📱 #flutterflow #flutterflowprocess #flutterflowtip #NewProfilePic

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.

karolgost_'s tweet image. 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.
karolgost_'s tweet image. 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.

Another quick #flutterflowtip for today. Debug like a pro. Use browser console 😎

karolgost_'s tweet image. Another quick #flutterflowtip for today.

Debug like a pro.

Use browser console 😎

Long time no see, time for another quick #Flutterflowtip 🤓 Getting red screen of death? It's probably null value!

karolgost_'s tweet image. Long time no see, time for another quick #Flutterflowtip 🤓

Getting red screen of death?
It's probably null value!

Recently completed a project using @flutterflow intuitive visual dev. interface Client was happy 'cause Flutterflow's custom coding was able to bring his vision to life 😊 Here's the App preview #flutter #mobileapp #flutterflowtip #flutterflow #ai #StartupIndia #NoCode

OlusanyaIsaacO1's tweet image. Recently completed a project using @flutterflow intuitive visual dev. interface

Client was happy 'cause Flutterflow's custom coding was able to bring his vision to life 😊

Here's the App preview
#flutter #mobileapp #flutterflowtip #flutterflow #ai #StartupIndia #NoCode

Hey guys, I wasn't able to attend FF imagine contest (lack of time and... any good idea 😅), so at least I might share some #Flutterflowtip This time it's about keeping good practices 🙂 Tip for today: Backups are your friend 😉 Don't forget about them!

karolgost_'s tweet image. Hey guys, I wasn't able to attend FF imagine contest (lack of time and... any good idea 😅), so at least I might share some #Flutterflowtip

This time it's about keeping good practices 🙂

Tip for today:
Backups are your friend 😉
Don't forget about them!

Hello, quick #flutterflowtip for today. Do you have strange error like this? Don't know that to do? Solution is simple: regenerate firebase config files. Doesn't work? Try again 😉 literally!

karolgost_'s tweet image. Hello, quick #flutterflowtip for today.

Do you have strange error like this? Don't know that to do?

Solution is simple: regenerate firebase config files.

Doesn't work? Try again 😉 literally!

Quick #flutterflowtip for today: Name your components 📝 These two screens show same widget, left one with default names, right one with detail-specific name. Which one will be easier to use in future? ➡️ Of course

karolgost_'s tweet image. Quick #flutterflowtip for today:

Name your components 📝

These two screens show same widget, left one with default names, right one with detail-specific name.

Which one will be easier to use in future? 
➡️ Of course
karolgost_'s tweet image. Quick #flutterflowtip for today:

Name your components 📝

These two screens show same widget, left one with default names, right one with detail-specific name.

Which one will be easier to use in future? 
➡️ Of course

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? 👇

karolgost_'s tweet image. 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? 👇
karolgost_'s tweet image. 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? 👇

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…

karolgost_'s tweet image. 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…
karolgost_'s tweet image. 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…

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!

karolgost_'s tweet image. 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!

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…

karolgost_'s tweet image. 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…
karolgost_'s tweet image. 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…
karolgost_'s tweet image. 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…

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

karolgost_'s tweet image. 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

#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.

karolgost_'s tweet image. #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.
karolgost_'s tweet image. #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.

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!

karolgost_'s tweet image. 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!

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

DanielPetroAI's tweet image. 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

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…


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.

design_nocodeio's tweet image. 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.

👋 Hey devs, I’m starting a new series: 💡 Did You Know? Bite-sized Flutter tips to make apps smoother, faster & cleaner 🚀 First post drops tomorrow. Stay tuned! #flutterdev #FlutterDevelopment #flutterflowtip


Updated my profile on a mission to help businesses and creators bring their ideas to life through no-code mobile apps ⚡📱 #flutterflow #flutterflowprocess #flutterflowtip #NewProfilePic

stefandex_2424's tweet image. Updated my profile on a mission to help businesses and creators bring their ideas to life through no-code mobile apps ⚡📱 #flutterflow #flutterflowprocess #flutterflowtip #NewProfilePic

👋 Hey devs, I’m starting a new series: 💡 Did You Know? Bite-sized Flutter tips to make apps smoother, faster & cleaner 🚀 First post drops tomorrow. Stay tuned! #flutterdev #FlutterDevelopment #flutterflowtip


Recently completed a project using @flutterflow intuitive visual dev. interface Client was happy 'cause Flutterflow's custom coding was able to bring his vision to life 😊 Here's the App preview #flutter #mobileapp #flutterflowtip #flutterflow #ai #StartupIndia #NoCode

OlusanyaIsaacO1's tweet image. Recently completed a project using @flutterflow intuitive visual dev. interface

Client was happy 'cause Flutterflow's custom coding was able to bring his vision to life 😊

Here's the App preview
#flutter #mobileapp #flutterflowtip #flutterflow #ai #StartupIndia #NoCode

#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.

karolgost_'s tweet image. #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.
karolgost_'s tweet image. #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.

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!

karolgost_'s tweet image. 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!

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…


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.

design_nocodeio's tweet image. 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.

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


#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? 🤓

karolgost_'s tweet image. 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? 🤓


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

DanielPetroAI's tweet image. 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

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…

karolgost_'s tweet image. 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…
karolgost_'s tweet image. 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…

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…


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…

karolgost_'s tweet image. 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…
karolgost_'s tweet image. 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…
karolgost_'s tweet image. 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…

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!

karolgost_'s tweet image. 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!

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? 👇

karolgost_'s tweet image. 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? 👇
karolgost_'s tweet image. 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? 👇

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

karolgost_'s tweet image. 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

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.

karolgost_'s tweet image. 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.
karolgost_'s tweet image. 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.

لا توجد نتائج لـ "#flutterflowtip"

Updated my profile on a mission to help businesses and creators bring their ideas to life through no-code mobile apps ⚡📱 #flutterflow #flutterflowprocess #flutterflowtip #NewProfilePic

stefandex_2424's tweet image. Updated my profile on a mission to help businesses and creators bring their ideas to life through no-code mobile apps ⚡📱 #flutterflow #flutterflowprocess #flutterflowtip #NewProfilePic

Another quick #flutterflowtip for today. Debug like a pro. Use browser console 😎

karolgost_'s tweet image. Another quick #flutterflowtip for today.

Debug like a pro.

Use browser console 😎

Recently completed a project using @flutterflow intuitive visual dev. interface Client was happy 'cause Flutterflow's custom coding was able to bring his vision to life 😊 Here's the App preview #flutter #mobileapp #flutterflowtip #flutterflow #ai #StartupIndia #NoCode

OlusanyaIsaacO1's tweet image. Recently completed a project using @flutterflow intuitive visual dev. interface

Client was happy 'cause Flutterflow's custom coding was able to bring his vision to life 😊

Here's the App preview
#flutter #mobileapp #flutterflowtip #flutterflow #ai #StartupIndia #NoCode

Long time no see, time for another quick #Flutterflowtip 🤓 Getting red screen of death? It's probably null value!

karolgost_'s tweet image. Long time no see, time for another quick #Flutterflowtip 🤓

Getting red screen of death?
It's probably null value!

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.

karolgost_'s tweet image. 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.
karolgost_'s tweet image. 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.

Another #Flutterflowtip for today ... or maybe @flutterflow hack 😏 Compiling custom code is stuck and no error displayed?

karolgost_'s tweet image. Another #Flutterflowtip for today

... or maybe @flutterflow  hack 😏

Compiling custom code is stuck and no error displayed?

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!

karolgost_'s tweet image. 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!

NavBar'ı yalnızca kullanıcı mobildeyken göstermek ister misiniz? Kolay… #Flutterflow #flutterflowtip

flutterflowtr's tweet image. NavBar'ı yalnızca kullanıcı mobildeyken göstermek ister misiniz?
 Kolay… #Flutterflow  #flutterflowtip

Quick #flutterflowtip for today: Name your components 📝 These two screens show same widget, left one with default names, right one with detail-specific name. Which one will be easier to use in future? ➡️ Of course

karolgost_'s tweet image. Quick #flutterflowtip for today:

Name your components 📝

These two screens show same widget, left one with default names, right one with detail-specific name.

Which one will be easier to use in future? 
➡️ Of course
karolgost_'s tweet image. Quick #flutterflowtip for today:

Name your components 📝

These two screens show same widget, left one with default names, right one with detail-specific name.

Which one will be easier to use in future? 
➡️ Of course

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…

karolgost_'s tweet image. 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…
karolgost_'s tweet image. 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…
karolgost_'s tweet image. 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…

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!

karolgost_'s tweet image. 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!

Hey guys, I wasn't able to attend FF imagine contest (lack of time and... any good idea 😅), so at least I might share some #Flutterflowtip This time it's about keeping good practices 🙂 Tip for today: Backups are your friend 😉 Don't forget about them!

karolgost_'s tweet image. Hey guys, I wasn't able to attend FF imagine contest (lack of time and... any good idea 😅), so at least I might share some #Flutterflowtip

This time it's about keeping good practices 🙂

Tip for today:
Backups are your friend 😉
Don't forget about them!

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.

design_nocodeio's tweet image. 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.

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

karolgost_'s tweet image. 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

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? 👇

karolgost_'s tweet image. 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? 👇
karolgost_'s tweet image. 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? 👇

Hello, quick #flutterflowtip for today. Do you have strange error like this? Don't know that to do? Solution is simple: regenerate firebase config files. Doesn't work? Try again 😉 literally!

karolgost_'s tweet image. Hello, quick #flutterflowtip for today.

Do you have strange error like this? Don't know that to do?

Solution is simple: regenerate firebase config files.

Doesn't work? Try again 😉 literally!

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

DanielPetroAI's tweet image. 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

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…

karolgost_'s tweet image. 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…
karolgost_'s tweet image. 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…

#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.

karolgost_'s tweet image. #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.
karolgost_'s tweet image. #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.

tip: Bir tasarımınız var ve güzel bir yazı tipi içeriyor mu? Ve o yazı tipini nasıl bulabileceğinizi merak ediyor musunuz? myfonts.com/pages/whatthef… Resmi yükleyin, hangi yazı tipi olduğunu size söyleyecektir. #flutterflow #flutterflowtip

flutterflowtr's tweet image. tip: Bir tasarımınız var ve güzel bir yazı tipi içeriyor mu?  Ve o yazı tipini nasıl bulabileceğinizi merak ediyor musunuz?

 myfonts.com/pages/whatthef…

 Resmi yükleyin, hangi yazı tipi olduğunu size söyleyecektir.

 #flutterflow #flutterflowtip
flutterflowtr's tweet image. tip: Bir tasarımınız var ve güzel bir yazı tipi içeriyor mu?  Ve o yazı tipini nasıl bulabileceğinizi merak ediyor musunuz?

 myfonts.com/pages/whatthef…

 Resmi yükleyin, hangi yazı tipi olduğunu size söyleyecektir.

 #flutterflow #flutterflowtip
flutterflowtr's tweet image. tip: Bir tasarımınız var ve güzel bir yazı tipi içeriyor mu?  Ve o yazı tipini nasıl bulabileceğinizi merak ediyor musunuz?

 myfonts.com/pages/whatthef…

 Resmi yükleyin, hangi yazı tipi olduğunu size söyleyecektir.

 #flutterflow #flutterflowtip

Loading...

Something went wrong.


Something went wrong.


United States Trends