Questions tagged [flutterflow]

FlutterFlow allows us to create and develop a cross-platform application with drag and drop feature.

We don't have to write a single line of code while building the app. The single codebase can also be used to build Android, iOS and Web applications.

FlutterFlow provides a direct connection with firebase and we can easily use all the firebase functionality in FlutterFlow.

119 questions
1
vote
0 answers

Getting error while invoking flutter_zoom_sdk even though Zoom SDK for Android Is Downloaded

I'm getting this error in Android Studio, even though I have Zoom SDK for Android downloaded. May I know the reason why I'm getting this error? PS D:\apps\besupermind\besupermind> flutter pub run flutter_zoom_sdk:unzip_zoom_sdk Download…
1
vote
1 answer

Cant find "cloud functions admin" in firebase as role

Im following the oficial tutorial for flutterflow about how to setup firebase. Video at 2:31: https://youtu.be/bG30uJ530-A?t=151 He says add a new role: cloud functions admin, but its not there. The closest one is cloud functions service agent So I…
1
vote
1 answer

Calling API Json Path FlutterFlow

I have a built a list in my app and I can call my API. However, when I paste my $..title.rendered path in the variable in each card it shows me all the titles rather than having in each card 1 title and second title in second card so on... Try to…
1
vote
0 answers

how to connect flutterflow with java code?

i wanted to create face recognition mobile app and made interface from flutterflow, and found code with face recognition on java, but i dont know how to connect them. i never code on java before and never used android studio. hope you'll help me.…
EraZyl
  • 21
  • 1
0
votes
0 answers

FlutterFlow: Cupertino Datepicker

i want to add a cupertino (ios style) timepicker to flutterflow which will let the user pick the hour and minutes. I've tried making it myself but didn't get anywhere with the small amount of experience and knowledge i found on internet. All that's…
Con Other
  • 1
  • 1
0
votes
0 answers

Flutterflow: generating Id values

Using Flutterflow I want to auto generate an Id in when creating a firebase document. Here is an example: create new document in collection "fruits". name: "Apple" fruitID: "yTMG0dDUGHDpyqjegU3i" where the document reference is…
0
votes
0 answers

Filtering a backend query in #flutterflow

I am making a Tinder kind of app. It is the same principal with swiping cards. I am using a swipeable stack, that contains the backend query. I want to filter the data so the user never sees the same card, because they like/dislike it. The data in…
0
votes
0 answers

FlutterFlow: Custom Function to Iterate over all documents and check for match?

I want to display a list of actions a user has to do daily. If a user marks an action as completed, this is recorded in a log collection. For displaying the list of actions, I only want to show actions the user has not yet completed today. So, I…
0
votes
0 answers

How to make a direct phone call with flutterflow?

I know direct phone call feature is not there in flutterflow. To make a direct phone call we have to write custom code, and i have written that code and also added the required dependency but still it is not working. Please help me.. Here is my…
Gulshan
  • 1
  • 1
0
votes
0 answers

creating list in flutterflow

How can we store list in Flutterflow? I am getting trouble as I am trying to store multiple datetime values in list which suppose to store on different indexes. I tried create document and update document method but both did not workout update…
0
votes
0 answers

How to add TextButton in FlutterFlow

This is the design I want to create here you can see the "Sign In" Text is a button. I want to create a TextButton in flutterFlow, but I can't see any widget in flutterFlow for a TextButton. There is only an option for the Button widget if you add…
0
votes
2 answers

How to set values for a custom document record object in Flutterflow?

I am trying to set the values of a custom document record object in Flutterflow. I created a collection and a Location document type. I want to pass a list of these Location Documents to the GoogleMaps component of Flutterflow and it only allows to…
Abenil
  • 1,048
  • 3
  • 12
  • 26
0
votes
0 answers

How can I make a card widget auto re-size in flutter for flutterflow

My name is Vigo Walker I am making a web app, similar to ChatGPT just that with vertex AI from google and image gen with DALL-E and midjourney, I want to make the vertex AI response render as markdown for now I have this: dart // Automatic…
0
votes
0 answers

trying to display a list of customers and their balance on a page with flutterflow

With FlutterFlow, I'm trying to display a list of customers and their balance on a page. The problem is that I don't know how to do it, because to obtain the list of clients I do it with the "backend query" function. But if I want to "set from a…
0
votes
1 answer

Convert Json to Custom Data Type List in Dart

I am trying to parse my REST API output in Flutterflow with a custom flutter function. My JSON looks like this: { "markers": [ { "entityId": 123 "lat": 10.32, "lng": 9.32 }, { "entityId": 124 "lat":…
Abenil
  • 1,048
  • 3
  • 12
  • 26