Introducing Custom Data Types in #FlutterFlow

preview_player
Показать описание
In this short video I introduce you to Custom Data Types. You can now define a custom data type within #FlutterFlow which can then used throughout your #nocode #lowcode application. For example I created a custom data type called User which contains a full name, age and a list of favourite fruits. I used an App State variable which is using the Custom Data Type to persist all the values within my application. I then used the UI to manipulate the values stored within the App State. I also show how these can be passed around a very simple Custom Function.

There are so many use cases for Custom Data Types and I hope this video provides some insight to how these can be used in your own projects. Enjoy!

00:00 Introduction
00:31 Data Types Option
01:30 Adding Data Types to App State
02:35 Sample application
03:23 Running the sample application
04:42 Custom function
05:48 Closer look at setting state/UI workings
11:24 Final thoughts

_____

(official launch in September, but welcome to join today 😉)

🎉 Your love is much appreciated ... A like to this video is like a High Five!!! Thank you all.
Рекомендации по теме
Комментарии
Автор

wow great tutorial. Needed this explanation for we the non coders. You make it impossible to Not understand you. You simplify everything down to the core. Thanks man! Your teaching skills are great tbh!!

Dreysimmons
Автор

Excellent tutorial from you again. Thank you for your effort and information Steve 🤩

ermanozkaya
Автор

Hi Steve, Thanks for the video. By the way, I'm wondering how can we can add option from drop down menu to list like you did in the video without using app state?

simpul-tnpp
Автор

Hey ! Thanks for the great video... I saw that new icon this morning and thought it would be a game changer. From what I understand, this is like a local database right ? But right now, I am puzzled. I wanted to store my API response (a 3mo JSON file) through Data Types, creating a data type field for each field in my response, and inject the data through an action (update app state). It doesn't work. So my question is : is it really doing what I am trying to do ? :D

laurentfourcade
Автор

Hi! Great video!
Do you know what are the size limits to use data type in App State?

morpheuzmatrix
Автор

I'm guessing this isn't needed as much for when you get data from Firebase since it already has data types? This would be more for APIs that return JSON since those aren't type safe?

DavidHust
Автор

So it’s in fact just data tables but stored inside the app if persistent if I’m correct. Would these just act as single row data profiles containing a user’s preferences? What use cases would there be?

jimvh
Автор

Thank you.
I am wondering How would custom data types apply to web apps?

Jean-PaulCh
Автор

Hey Steve! Can I use this app state to mimic local storage databases?

MateuszKolodziejczyk
Автор

what's the plus value compared to firebase ? no query ? but is there something we can't do with firebase which is possible with custom data types ?

victorcharp
Автор

Hey guys I really need help, I built dropdown menu and it has doc reference as values, but I cant not write the widget variable on firebase doc reference field...Can any one help me?

rscarrilho
Автор

you didn't show in the video pls what is the settings for the conditional visibility

fbnumbers