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
0
votes
0 answers

After adding the play sound action when clicking does not play sound - flutter flow

I have a problem like in the description. Namely after adding an action in the flutter flow "Play sound" when clicked the sound doesn't play, could I have done something wrong or is it a flutter flow error?photo of a set action
0
votes
0 answers

Im having some major (possibly minor lol) issues in flutterflow

I am in the middle of developing an app in flutterflow and am running into an error i never have ran into before. Came with one of the recent updates i'm assuming. When I go to pass a page parameter on a page associated with the NavBar it gives me…
0
votes
0 answers

Running tensorflow_lite with Dart SDK 3.1.0-163.1.beta (doesn't support null safety, version solving failed)

I'm trying to run on FlutterFlow, exporting to an Xcode simulator. On flutter run I get the following error in terminal: Lexical or Preprocessor Issue (Xcode): 'TensorFlowLiteC.h' file not…
0
votes
0 answers

Custom Code Errors in FLutter FLow. i am getting this error when i try to compile my custom code

i have checked that all my names of widgets and actions are same to there file name .. i have also checked that all variable are declared by there type (Not dynamically variables created). but still getting same issue .. i even dont know which file…
0
votes
0 answers

Flutter flow red screen

I recently made an application in FlutterFlow, but when I integrated with firebase and ran the project, it generated an unexpected error, the screen turned red I would like to know if by paying for the flutter flow plan I will be able to have more…
0
votes
0 answers

FlutterFlowRadioButton Text value option and get ID

I'm new to flutterflow. I made supabase tables for my association. A "membership" table which contains the formulas that we offer to our members. A "family" table with the surnames of our members and the membership ID. On one page, I have a radio…
mollusk
  • 139
  • 1
  • 8
0
votes
0 answers

ChatGPT streaming integration with Flutter package chat_gpt_flutter

I'm using FlutterFlow to develop a mobile app. This app should provide a chat interface with the ChatGPT completions API. The response from the AI should be streamed to a UI text field similar to the experience you get on the official ChatGPT…
Kurt
  • 353
  • 4
  • 14
0
votes
0 answers

How can I use both mobile/MFA as well as traditional credential methods for authenticating the same account in Flutterflow

I have a FlutterFlow x Firebase setup at the moment and I want mobile auth to be the main method with an option to use traditional credential auth as the secondary method. However, it looks like it's choosing either phone or email sign-in methods…
0
votes
0 answers

How do I draw a polygon on a google map and query using only that part of the map in Flutterflow?

I am developing a project in flutterflow and im kinda stuck in a feature i need to implement. There is a screen in which a Google map is presented, this map has a Firestore query that returns coordinates, these coordinates are then presented on them…
0
votes
1 answer

What to do when you have the same tag in different category?

I am designing the database for my new app. Within the app, there is a business profile that includes categories and tags. Depending on the category, different tags are displayed. I have a question regarding the situation where a tag repeats in…
Lakos
  • 1
  • 1
0
votes
0 answers

How to load data bundle in Flutterflow project

Is there a demo tutorial on how to Create/add a data bundle for your flutterflow firebase project? Searching for any demo tutorial for a flutterflow project on creating firestore data bundle. I am also interested in flutter firebase firestore data…
0
votes
0 answers

Flutterflow: Can't copy drawer from one page to another

I am trying to copy and paste a drawer from one page to another but it copies the wrong widget. When i copy and then paste the drawer in the other page, it simply pastes some icon instead of the drawer. I hope someone can help :/
0
votes
0 answers

Parsing LatLong from EXIF using Flutter

Does anyone have an example of how to parse the GPS coordinates. I'm assuming it would return LatLng from the exif tags in Flutter? I'm embedding it in FlutterFlow as a custom action so I can capture where an image was taken when it is uploaded into…
Daniel J
  • 1
  • 1
0
votes
0 answers

The line chart widget is FlutterFlow seems to fold on itself

I have a problem with FlutterFlow line chart : Everything works nice until I add some values that are inferior. Ex : Day 1 = 10;Day 2 = 20;Day 3 = 10; If I do this, the chart seems to fold on itself. Any ideas ? I tried playing with the…
0
votes
0 answers

"TargetPlatform.macOS is not yet supported by the maps plugin" error in FlutterFlow

On Flutterflow when I add the Google Maps Widget on a page I get this error. I followed all the steps found in the FlutterFlow Docs: I enabled the Maps API on the Google Developer Console and added the keys to FlutterFlow. Can someone please help…
edo
  • 1
  • 1