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

Reading from Firebase in app creation with FlutterFlow

I'm currently creating an app using FlutterFlow and Firebase. If I add a tab bar to the page and perform a collection query for each tab, which scenario would it be, ➀ or ➁? When transitioning to the page, perform queries for all tabs. Reads for all…
0
votes
1 answer

Stripe creating two customers instead of one (Firestore and FlutterFlow)

I'm trying like heck to get Stripe subscriptions working with Firebase in a web app. I added Stripe as an extension in Firebase but I'm having some issues here and there. What's working: Stripe and Firestore can talk with each other, so when I log…
tazboy
  • 1,685
  • 5
  • 23
  • 39
0
votes
0 answers

Flutter flow screen resolution issue

I have shared a preview link with my friend and he is not able to see the project updates. . I have tried to find the solution but it seems not working, and I expect a solution that enable my friend to see the project.
0
votes
0 answers

Unexpected null value Flutterflow

Could someone please help me with this problem? I'm testing the app on Flutterflow, and the pages I use "backendquery" for "document from reference" are generating an "unexpected null value" error. Unexpected Null Value I know it's because of the…
0
votes
0 answers

Reset order of children in ReorderableListView in Flutter

I am using the Flutterflow tool, if that matters. I have created a ReorderableListView widget to display a list of exercises as part of a workout app ("workoutReLV"). The exercises are stored in a persistent app state variable. The workoutReLV is…
0
votes
0 answers

How do I check Flutterflow inputs for duplicates in Firebase?

I want to add extra validation when the user enters their username. Duplicates can currently be created per user. In other words, every user could have the same username. However, I want each user to have a unique name and there are no…
0
votes
0 answers

a custom code change Flutter flow and firebase authentication error msg in the snackbar

I have been searching for a solution to change a couple of things in flutterflow when it comes to flutterfire authentication errors. 1- to control the error msg displayed in the snack bar. 2- changing the the grey background and white text design of…
0
votes
0 answers

How can I create a permanent user session in my app?

I'm making an app using FlutterFlow. Before the user gets to the main page of the app I need him or her to enter in his or her email address. Basically that's the only info I need for "signup". My question is once a user enters his or email address…
0
votes
0 answers

How to generating security nonces from WordPress

I have read Woocommerce Nonce Token Could you help to show me where to get the right Nonce Token by using this? wp_create_nonce( 'wc_store_api' ) My low code mobile app builder support only API call as RESTfull APi, and I can call to Woocommerce API…
0
votes
0 answers

Read and Display Ical (ics) on flutterflow

I'm a beginner, Is there any way to receive data from an iCal (ics) file and display it somehow in flutterflow? Preferably on a calendar. Any idea? Sorry, I have no idea how to do it, so I'm asking without having an implementation attempt.
user1564102
  • 33
  • 1
  • 6
0
votes
0 answers

How to store images locally with flutterflow

I'm using flutterflow to create an app where the user can take a picture to be stored locally (and later displayed elsewhere within the app). However, the documentation only seems to offer solutions involving storing images online, when I want the…
Joshua
  • 1
  • 2
0
votes
0 answers

How to add ontap marker on googlemap in flutterflow?

I need to show multiple markers on a Google Map in FlutterFlow. Additionally, I would like to display a bottom sheet when a marker is clicked. However, it appears that there is no straightforward way to achieve this. Could someone provide more…
0
votes
0 answers

Flutterflow - How do i just load the data associated with a marker in google maps?

In flutter flow I have an app with markers on a google maps. When a marker is tapped a bottom sheet containing and audio player and an image associated with the location. The data is fetched from firebase using a query for the page. Since there are…
adam
  • 1
0
votes
0 answers

How can I show a random image among the ones stored in the Firebase storage in FlutterFlow?

I have 10 pictures stored in Firebase storage. I have a FlutterFlow project and I want to show 1 of those pictures. The picture should randomly change anytime I refresh the page. I know how to link Firestore with FlutterFlow and how to create an…
0
votes
1 answer

Why do I keep getting error code 38197, status 403 while integrating Amadeus on flutterflow app

My first attempt to integrate Amadeus API with my flutterflow app has been chaotic. I got my API key and secret key (test mode) and input it using the Get API. I entered the API key as clientId: xxxxxxxxxxxxx and Secret as clientSecret:…