How can I update item stored in app state variable list
I am working on a notebook app that stores notes in an app state variable. I want the user to be able to update the content of the already existing note stored in the app state variable. The major problem I am encountering is not being able to find that existing index of the item since it is in a list. How do I go about this
Flutterflow – trying to show and dismiss dialog shows 2 dialogs which I need to click OK to in order to close instead of 1
I am using the following code to open and close dialogs depending on whether there is internet connectivity or not:
Flutterflow – trying to refresh (reload) the page after clicking an alert dialog leads to a grey screen in my smartphone
I am using the following code which I want when clicking the ‘OK’ button in the ‘You have internet’ alert dialog, to refresh (reload) the page (Scaffold).
Flutterflow, How to get the content of a text that I have clicked on?
I can’t find any information about it and I guess it’s something basic. I need to get the content of a text when clicking to pass it as a parameter to another page. Can you help me?