Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
38 views

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 ...
Obodo bright's user avatar
0 votes
1 answer
28 views

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 ...
Jellyse's user avatar
  • 863
1 vote
0 answers
263 views

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 ...
thoney's user avatar
  • 11
1 vote
0 answers
84 views

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 ...
Lucrezia Mirasola's user avatar
0 votes
1 answer
84 views

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 ...
Maryam S's user avatar
1 vote
1 answer
277 views

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....
other4's user avatar
  • 21
0 votes
1 answer
66 views

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: ...
kenta_non_jp's user avatar
1 vote
0 answers
145 views

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 ...
taber's user avatar
  • 3,240
0 votes
0 answers
73 views

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 ...
Sirine Ben Yedder's user avatar
1 vote
1 answer
330 views

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 ...
Felipe Ferreira's user avatar
0 votes
0 answers
31 views

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 ...
Bryan Almeida's user avatar
1 vote
1 answer
62 views

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 ...
taber's user avatar
  • 3,240
0 votes
0 answers
99 views

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 ...
Ahmed Wagdi's user avatar
  • 4,483
-2 votes
1 answer
389 views

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 ...
Artm's user avatar
  • 1
0 votes
1 answer
106 views

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 ...
Carlos's user avatar
  • 41
1 vote
1 answer
173 views

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 ...
swann.wlm's user avatar
0 votes
1 answer
383 views

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 : // ...
Ahmed Wagdi's user avatar
  • 4,483
3 votes
0 answers
371 views

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) ...
Hamreen Ahmad's user avatar
0 votes
0 answers
36 views

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 ...
newbiecoder's user avatar
0 votes
1 answer
170 views

I need to delete user data from Firestore in my FlutterFlow application. How can I do this with a Cloud Function?
Serge Id's user avatar
0 votes
1 answer
32 views

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 (...
Vaibhav Tiwari's user avatar
0 votes
1 answer
71 views

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
  • 31
1 vote
1 answer
154 views

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
-1 votes
1 answer
429 views

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
0 votes
1 answer
353 views

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'; ...
doxsi's user avatar
  • 1,044

1
2 3 4 5