FlutterFlow is the future! Thank you FF for these amazing updates. The use of components streamlines and organizes the project. Local State should have folders to be more organized too. 👏👏
Thanks this is a great update team. Keep them coming! Also having a more supported community from the FF team would be really appreciated. Either by having FF staff reply to forum help requests, or even having a 'premium support call' option or business models where we can raise tickets and get help. Something to think about anyways :)
You are the best tutorial maker that i have ever seen. I love your tutorials. And on the other hand, i wonder if there is another software company which develops itself like FF. Incredible improvments that make users exicted. Thank you.
On page load action, it is possible to get the index of the current page of the pageview. However, it is not possible to get the index of the first element of a swipeable-stack before a swipe action.
That was really needed and thanks for everyone who worked on this! I had a request: how about being able to rename, reorder, and keep track of the state of component and pages and their folders in the designer? Could simplify development do much dpscially for bigger projects...
It appears there is no way to access the index of the first element of a swipeable-stack before a swipe action. Moreover, after a swipe, the image displayed is not consistent with the current document reference.
Thank you so much. I'm desperately trying to understand one thing. How to show the user a specific screen when something changed in the Firebase. Examples: in a taxi app, show user the "Trips is over" screen once the driver closes the trip. In a dating app, show the user "You have a match!" once the other person liked him/her too. So it must be kind of a Firebase push action and FF app reacting to it into the background and instantly showing the right screen. 1. It must be an app-level action or whatever. The solution "place periodic actions on very page" is not suitable for sure 2. It must show the screen for all kinds of using the app: at launch; at choosing already launched app and even when looking at active app 3. It must not be only push notifications as they are not valid when the app is in use So how does FlutterFlow deals with this "push screens"?
It would be great to not only read Component Variables but also set them via action editor, because they are still hidden there. Second: When using a custom Function and you want to input a Variable, the Components are not listed under Component State but under Page State. This is confusing, because these are usually listed under Component State? And is this Coffee Ordering Project available somewhere?
I have been trying to figure something out since I started using flutterflow (absolutely love it by the way!) but I am having some issues with one, getting an error message whenever I open up flutterflow stating "FlutterFlow can’t be updated if it’s running from the location it was downloaded to." and two, i cannot get manage content or run to work. Just stays at the loading screen. I have done all basic internet troubleshooting to no avail. Is there anything i'm missing?
So far component state is nothing but a pain in the ass. FF forces me to wrap a TextField in a component, then makes it inordinately difficult to get the entered value out of it. You guys didn't think this through.
Ok, so noob question: the way I understand it from my use case in designing an onboarding survey where I have several questions that could use the same layout. App state: you would design the entire survey on multiple pages by duplicating the design over and over and sending front-end data to the back-end? Page state: you would use the same page for multiple survey questions and pull back-end data from variables, hit a next button (or similar) so that this triggers an action to submit data and pull the next survey question data?
I cant get a normal string to update in real time.. can you guys make a string refresh function? Or update in real time? Its set through custom function. And it only refreshs when page is reloaded some how. Please help. Ty.
Can you help with creating a line chart with time serier data.. i am not able to import date time data in firestore and then plotting that in line chart
I'm still thinking about how to get current pageview index or any change event when tab on any widget. Ex: I have PageView with 3 PageView Page, then how could I get current PageView index when user interact with any PageView Page? TabBar widget, how could we get Tab Text when user change any Tab?
Thanks for that. But there is a problem with list of string value types. I'm trying to add data to my string list (app state) but the system is waiting an integer input instead of string 🤦♂
A very basic fundamental piece of Flutter framework developed so lately?!? The tool looks good, but with more and more complex apps I afraid FF will become the "WP of mobile apps" :D :D :D I follow closely the development of the tool.
FlutterFlow is the future! Thank you FF for these amazing updates. The use of components streamlines and organizes the project. Local State should have folders to be more organized too. 👏👏
I love the FlutterFlow's consistency improvements, thanks team.
Great video guys! Keep up the good work!
Thanks this is a great update team. Keep them coming!
Also having a more supported community from the FF team would be really appreciated. Either by having FF staff reply to forum help requests, or even having a 'premium support call' option or business models where we can raise tickets and get help. Something to think about anyways :)
You are the best tutorial maker that i have ever seen. I love your tutorials. And on the other hand, i wonder if there is another software company which develops itself like FF.
Incredible improvments that make users exicted. Thank you.
Thanks so much, Erman!
Variables change I've been looking for a long time!! Great job team!!
We need a way to check if an app has gone to the background guys .good progress btw.
Amazing - Flutterflow Team you rock !
Can you access the widget states from bottom sheets as well?
On page load action, it is possible to get the index of the current page of the pageview. However, it is not possible to get the index of the first element of a swipeable-stack before a swipe action.
That was really needed and thanks for everyone who worked on this! I had a request: how about being able to rename, reorder, and keep track of the state of component and pages and their folders in the designer? Could simplify development do much dpscially for bigger projects...
+1 the need for folders to organize is just hugeeee. I feel like a mess even with like a few local states, imagine getting to a 100 or more
Just letting you know.. organizing pages into folders is now available :)
@@krabhishek flutterflow team is legendary, they really listen and do things fast
At 6:25, what is the difference between Widget option and Model option?
Exactly what I needed! Thank you!
It appears there is no way to access the index of the first element of a swipeable-stack before a swipe action. Moreover, after a swipe, the image displayed is not consistent with the current document reference.
This is mindblowing!😱 Thank you very much guys!
Looks like you guys are wrapping up flutter in one place....(FLUTTERFLOW) cool addition guys keep up the good work.
Thank you so much. I'm desperately trying to understand one thing. How to show the user a specific screen when something changed in the Firebase. Examples: in a taxi app, show user the "Trips is over" screen once the driver closes the trip. In a dating app, show the user "You have a match!" once the other person liked him/her too.
So it must be kind of a Firebase push action and FF app reacting to it into the background and instantly showing the right screen.
1. It must be an app-level action or whatever. The solution "place periodic actions on very page" is not suitable for sure
2. It must show the screen for all kinds of using the app: at launch; at choosing already launched app and even when looking at active app
3. It must not be only push notifications as they are not valid when the app is in use
So how does FlutterFlow deals with this "push screens"?
It would be great to not only read Component Variables but also set them via action editor, because they are still hidden there.
Second: When using a custom Function and you want to input a Variable, the Components are not listed under Component State but under Page State. This is confusing, because these are usually listed under Component State?
And is this Coffee Ordering Project available somewhere?
I have been trying to figure something out since I started using flutterflow (absolutely love it by the way!) but I am having some issues with one, getting an error message whenever I open up flutterflow stating "FlutterFlow can’t be updated if it’s running from the location it was downloaded to." and two, i cannot get manage content or run to work. Just stays at the loading screen. I have done all basic internet troubleshooting to no avail. Is there anything i'm missing?
This was much needed update.
Simply incredible. 💜
So far component state is nothing but a pain in the ass. FF forces me to wrap a TextField in a component, then makes it inordinately difficult to get the entered value out of it. You guys didn't think this through.
Ok, so noob question: the way I understand it from my use case in designing an onboarding survey where I have several questions that could use the same layout.
App state: you would design the entire survey on multiple pages by duplicating the design over and over and sending front-end data to the back-end?
Page state: you would use the same page for multiple survey questions and pull back-end data from variables, hit a next button (or similar) so that this triggers an action to submit data and pull the next survey question data?
I cant get a normal string to update in real time.. can you guys make a string refresh function? Or update in real time? Its set through custom function. And it only refreshs when page is reloaded some how. Please help. Ty.
Where is this app template on Marketplace ? i did'nt find it ! :(
how can i access page local state in custom code and make it update the page every time it values change?
Can you help with creating a line chart with time serier data.. i am not able to import date time data in firestore and then plotting that in line chart
I'm still thinking about how to get current pageview index or any change event when tab on any widget.
Ex: I have PageView with 3 PageView Page, then how could I get current PageView index when user interact with any PageView Page?
TabBar widget, how could we get Tab Text when user change any Tab?
awesome really needed this function nice work
Thanks for that. But there is a problem with list of string value types. I'm trying to add data to my string list (app state) but the system is waiting an integer input instead of string 🤦♂
Is Widget State related to App Variable, Page Variable, or Component Variable?
That's why I waiting to start flutterflow.
Can u give me the link software of flutterflow
sure flutterflow.io
@@FlutterFlow thank u
Nice!
still don't know why dropdown items are so difficult.
Need more
A very basic fundamental piece of Flutter framework developed so lately?!? The tool looks good, but with more and more complex apps I afraid FF will become the "WP of mobile apps" :D :D :D
I follow closely the development of the tool.
Fuck. Yes.