Skip to main content

Questions tagged [flutterflow]

This tag should be used for issues related to FlutterFlow's features, functionalities, integration with other tools, troubleshooting, and best practices. Do not use this tag for general Flutter or mobile development questions not directly related to FlutterFlow

0 votes
2 answers
28 views

How to pass a value from dialog component to its parent page?

The plus button shows a dialog(component) there a new record can be added. What is the best way to pass the added ID of the new record back to the first page? After some search I found that there are ...
Hamreen Ahmad's user avatar
0 votes
0 answers
8 views

How do I generate a new SHA-1?

I am new in Flutterflow and in Firebase> Project Settings> General, in my Android app says that I have a problem in my SHA-1, it says "Another project contains an OAuth 2.0 client that uses ...
Kenya 's user avatar
0 votes
1 answer
19 views

Remove item from Reference List

I have a database „Users“ which contains the List<Doc Reference (users)> „Friendlist“. I am displaying this friendlist with Dynamic Children Querying in a Listview, each viewItem contains a ...
Kalle's user avatar
  • 11
0 votes
0 answers
27 views

Error accessing Flutter SDK version - Windows Local Run

Iam facing the following error while I want to use Local run in FlutterFlow I tried many ways to solve i even reinstalled the OS but did not solve the problem. I also tried what provided in the ...
Hamreen Ahmad's user avatar
0 votes
0 answers
16 views

To share the profile of the user, I want profile page to show as a QR code on a page to share/print/download

I use code from an existing widget - changed it and now I get an error Custom widget QRcodeWidge cannot be parsed // Begin custom widget code // DO NOT REMOVE OR MODIFY THE CODE ABOVE! import '...
Pete TheWiz YT's user avatar
1 vote
1 answer
70 views

Changing online status when logging in/out using Flutter&Firebase

I've been trying to achieve online status in my FlutterFlow app by using Flutter and Firestore. (not Realtime Database) On addition to AppLifeCycleState conditions below, I need to add these 2 ...
johndoe's user avatar
  • 11
0 votes
0 answers
19 views

Compilation error in custom code after latest upgrade - Firebase libraries not found

after the latest FF update, I am not able to compile the project anymore. All the imports but one are shown in red in the editor, saying that they cannot be found. Also, whenever I try to run the app ...
YaKs's user avatar
  • 321
-1 votes
0 answers
13 views

Allow users to drag marker on their exact address for delivery in map using flutterflow app

I want to allow to users to select their address by dragging & dropping a marker on the map. I am trying to achieve this in flutterflow app. Its an delivery app and I want to get user address from ...
Hifjur Rahman's user avatar
0 votes
0 answers
77 views

"Unable to Create App State Field 'saveforlater' with Document Reference Data Type in Flutter Flow"

Story In my Flutter Flow project, I'm working on implementing an app with functionality similar to a shopping cart. I have successfully implemented the "Add to Cart" feature, but I am ...
KUNAL KUMAR's user avatar
0 votes
0 answers
18 views

How can I get my form submissions to create new documents in a collection? Firebase Console and Flutterflow not working

I am desperately looking for advise on how to solve an issue with creating collections and documents. I have a profile page with a submit button. However when I go in test mode as an authenticated ...
Philip Rwankole's user avatar
0 votes
1 answer
49 views

How to create randomized order in listview widget

Has anyone figured out how to randomize the contents of a listview widget. i shuffled it but the list keeps shuffling when i interact with it. I've tried creating a custom function that shuffles the ...
Ahmad Amier's user avatar
0 votes
0 answers
42 views

How to navigate to custom page for specific category from list view in flutterflow?

The main screen of the app has a ListView of different tasks (Icon associated with task, task name, address). Each task has a different name/category. When the parameters are passed on to the next ...
blurbo's user avatar
  • 1
0 votes
0 answers
37 views

Why do I get a Bad State: No element only on first view of a FlutterFlow Form page with On Load Backend API call?

I have an API (custom) for loading a profile for a user, and a screen that contains a form. The API returns an array of objects but in this case will always return either zero or 1 object in the ...
Jim Hankins's user avatar
0 votes
0 answers
26 views

Flutter Flow how to add list of list as firestore Object

Flutter Flow has a Firestore Section where you can link Firestore documents by defining proper data types is there any way there to add a parameter as a list of list for example: List<List<...
mirza osama's user avatar
-1 votes
1 answer
64 views

Table not displaying on HTML view in Flutterflow

I am trying to create a simple 3-column table using a HTML view widget. But it only displays "TABLE SECTION", as per screenshot. I have tried stripping out some styling tags and using just a ...
Leon's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
19