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

Firestore time related rules

On a FlutterFlow google map widget I am trying to display only the markers (locations) that have been added during the last 24 hrs. On a FlutterFlow google map widget I am trying to display only the markers (locations) that have been added during…
0
votes
1 answer

Can I use flutterflow widgets on flutter?

My friend and I have designed the frontend of our app on flutterflow. However, there is a limitation when it comes to customizing the functionalities and implementing api on the webpage. Is there anyway I can import the codes in another ide such as…
kai lik
  • 9
  • 1
0
votes
0 answers

Get dynamic id from third party api

I am working on a no code tool, flutterflow and I want to fetch api from a third party, it’s giving me a option to fetch the url, HTTPS:// sportmonks/api/2.0/football/futures/fixtures_by_id That’s like an example, but how do I get the various ids to…
0
votes
0 answers

Cant set value for a timer from variable state from a slider in flutter

Im trying to set the value of a timer in flutterflow from a slider. So I go to the timer and choose set from variable... then I try to choose the widget state of a slider, but it wont select it.. it also is red. Any ideas why this is and how to fix…
0
votes
0 answers

What push data payload structure I need for this handler? (Flutter)

I am using FLutterFlow to build an app and my coding level is beginner. I need to create a valid push data payload structure (JSON) at backend side to pass to app two parameters: app page (tab) name that should be opened when user taps on push (is…
0
votes
2 answers

Why I can't compile this Custom Widget? I click in error and it don't show anything

I'm trying to build a custom widget for QR code scanning in my app but I'm encountering a compile error and the error message is not being shown. How can I resolve this issue and see the error message to understand what is causing the issue? If…
0
votes
0 answers

Flutterflow: Filter Column in a Datatable When Checkbox Clicked

I have a data table in FlutterFlow. I want to create a simple search filter using checkboxes to filter certain columns in a particular way depending on which checkboxes are checked. For example, imagine that I have the following…
Moshe
  • 6,011
  • 16
  • 60
  • 112
-1
votes
0 answers

flutterflow dropdown list on button click

there is a clothing store, you need to select a category of clothing, when you click on a category, a list with subcategories should drop out for example: category season subcategory all winter spring summer autumn the categories themselves already…
Max
  • 1
-1
votes
0 answers

retrieving data from firebase using flutterflow

how can I calculate remaining products if I have data stored in 3 different collections in the Firestore database and I use FlutterFlow. I am having trouble starting to write the code and I don't know whether it should be written in custom code area…
Raghad
  • 1
  • 1
-1
votes
2 answers

FlutterFlow: How to use a custom function to get an array of timestamps between two different times?

So im trying to get an array of timestamps from 2 times in flutterflow. ex. time1 06:00, time2 06:05 the result would be 06:00, 06:01, 06:02, 06:03, 06:04, 06:05. Im using a custom function so somebody please help import 'dart:convert'; import…
Con Other
  • 1
  • 1
-1
votes
1 answer

FlutterFlow to Firebase API connection error

I'm trying to connect FlutterFlow to Firebase to make an app with ChatGpt I saw a tutorial to connect but I have an error. I'm trying to connect FlutterFlow to Firebase to make an app with ChatGpt I saw a tutorial to connect but I have an error. I…
-2
votes
0 answers

The name 'RideRecord' isn't a type it can't be used as a type argument Try correcting the name to an existing type or defining a type named RideRecord

I'm creating a low code app using flutterflow. I tried to follow a tutorial to add Live tracking using google maps .dart but I'm running into this issue with the costum widget. I've checked every detail in the tutorial and nothing suggest I'm doing…
-2
votes
1 answer

Looking for Free Api's for Address auto completion and Geocoding

I am working on a flutter application for both ios and android using Flutter Flow. I am working on a feature where users can search for listings in a specific area(Requires Address) or nearby(Using Mobile GPS). I am looking for any api's or…
Anvith
  • 1
1 2 3 4 5 6 7
8