205 questions
Advice
0
votes
0
replies
38
views
Creating a dummy json data on Flutterflow
I am currently learning how to use Flutterflow, and I am stuck on the ListView Component. I have a CalendarData JSON to populate the calendar list view, but it seems I cannot add and save this JSON ...
0
votes
1
answer
28
views
Set multiple markers in Flutterflow by importing latitude and longitude data from collection
I want to have multiple markers on my Google Maps widget, based on a longitude and a latitude that I get from a collection.
I imported my csv file with the location column, which has longitude and ...
1
vote
0
answers
263
views
FlutterFlow app crashes on iOS 26.0.1 physical device with Dart VM initialisation error - works in Simulator
I'm developing a Flutter app using FlutterFlow (version 6.3.32) and cannot run Local Device Testing on my physical iPhone running iOS 26.0.1. The app crashes immediately with a Dart VM initialization ...
1
vote
0
answers
84
views
Need help making a dynamic list in FlutterFlow – can't find Firebase query option
I'm working on a mobile app in FlutterFlow and I’m stuck trying to make a dynamic list of posts. I already connected my app to Firebase and created the posts collection in Firestore, but inside ...
0
votes
1
answer
84
views
Connect to Firebase Collection through FlutterFlow
enter image description hereI made one simple collection "Test" with one document and 3 fields in firebase (Firestore database), I try to read this collection from Flutterflow but I receive ...
1
vote
1
answer
277
views
Error "function is empty or cannot be parsed" while saving custom function in FlutterFlow
I have a custom function in my FlutterFlow app with this code:
import 'dart:convert';
import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts....
0
votes
1
answer
66
views
Unable to configure security rules properly with FlutterFlow+Firebase (ListView)
I'm building an app with FlutterFlow that will be used by various companies. I'm having trouble setting up the security rules for an app that will be used by various companies.
My environment is:
...
1
vote
0
answers
145
views
In FlutterFlow, how do I pass a Widget Builder into a Custom Code Widget and modify its parameters or state?
In FlutterFlow, in my custom code Widget I want to pass in a Component (ExhibitCellStatic) as a Widget Builder and use it as an overlay. However, I want to modify its data before including it in my ...
0
votes
0
answers
73
views
Error: Undefined FlutterFlowTheme after installing flutterflow_ui and copying class widget with modal
I installed the flutterflow_ui package and copied a class widget that includes a modal. However, I am still encountering an error: "undefined FlutterFlowTheme"
I've made sure that I have ...
1
vote
1
answer
330
views
Using the row item from Supabase backend query in FlutterFlow generates error
I'm trying to build an app on Flutterflow using a Supabase Realtime table.
This is not the final app, I was just trying the realtime feature with the timer, which is mandatory for the final app.
I ...
0
votes
0
answers
31
views
Flutterflow and Supabase, send ID instead of name
I'm using Flutterflow with supabase. I have a tableA that needs to receive the ID of tableB, but in the flutterflow search field the field used is "name" and not ID. How do I make my query ...
1
vote
1
answer
62
views
Flutterflow: Determining a User's Supabase Authentication Method
In my Flutterflow project I'm allowing users to authenticate w/ email or Apple Sign-In through Supabase but I'd like to hide a "Change Password" button for users who signed in with Apple ...
0
votes
0
answers
99
views
Issue with "Invalid Array Length" Error When Uploading Large Videos Using YouTube API v3
I am attempting to upload videos to YouTube via the YouTube API v3 from my Flutter web application. The upload process works as expected for smaller videos, but when attempting to upload a larger ...
-2
votes
1
answer
389
views
How to create a 3D house in Flutter with rotation, highlighting, and control? [closed]
I want to create an app in Flutter or FlutterFlow with a 3D model of a house. (I’ve attached a picture below to make my idea clearer.)
Here are the tasks I need to implement:
The user should be able ...
0
votes
1
answer
106
views
Initializing Stripe in a FlutterFlow Web App
This is a specific question about Stripe+FlutterFlow (not just flutter).
I'm trying to initialize Stripe in my Flutterflow project, and I believe the right place to do it is by using the main.dart ...
1
vote
1
answer
173
views
Cannot download FlutterFlow 5.0 code on VS Code
The new FlutterFlow version just released and there was suppose to be a new feature that allowed us to download code in VS Code using the FlutterFlow extension, edit the code and then push it back in ...
0
votes
1
answer
383
views
Flutter background services is not running as expected
I have a a flutter that is build using flutterflow app that am tryin to run a service in background in it ..this services should be running a function every 3 minutes ..
here is my current code :
// ...
3
votes
0
answers
371
views
Kurdish Letters "ێ", "ڵ", "ە" Not Rendering Correctly in PDF Generation
I am facing an issue with PDF generation in my FlutterFlow project, specifically related to Kurdish letters. The characters "ێ" (U+06CE), "ڵ" (U+06B5), and "ە" (U+06D5) ...
0
votes
0
answers
36
views
Why is there no option for User's collection when I'm trying to add firestore rules in FlutterFlow
This is my users collection and I have already populated it with sample data. However looking up on a youtube tutorial and the document I am supposed to be using Users collection so only users can ...
0
votes
1
answer
170
views
How to delete user data from Firestore by their ID in FlutterFlow in with Cloud Functions?
I need to delete user data from Firestore in my FlutterFlow application. How can I do this with a Cloud Function?
0
votes
1
answer
32
views
FlutterFlow: "How to Calculate Total Time and Calories in Firestore When Adding Completed Yoga Exercises"
I have a yoga app where users complete exercises and press a "complete" button to add the exercise to an array of maps within a Firestore document. Each exercise has a different duration (...
0
votes
1
answer
71
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 ...
1
vote
1
answer
154
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 ...
-1
votes
1
answer
429
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 ...
0
votes
1
answer
353
views
Solving dependencies on Flutter project from Flutter flow code
How can I resolve dependency conflicts when copying code from FlutterFlow?
I am copying code from FlutterFlow that includes the following imports:
import '/flutter_flow/flutter_flow_theme.dart';
...