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
1 answer

Not getting auth token on mobile app but getting it from Postman

I'm trying to authenticate a Flutter app built on Flutter Flow. I've created a post request to authenticate the user from the app. I can confirm that the token gets generated whenever the user logs in through the app and stored on the…
0
votes
0 answers

customize action url in account confirmation mail

I have created the account confirmation mail in firebase auth .THe link succesfully confirms the account creation,but the confirmation page to sign that appears is not quiet appealing how Can I replace it with page I createdenter image description…
0
votes
0 answers

It's possible to custumize the width of a TabBarPage in FlutterFlow

Please help, i need a TabBar with diferent sizes for Tabs and TabBarPage, meanning the Tabs width has to be: 100px, but the TabBarPage width has to be 100%, it's that possible? Thanks in advance.
Joseph Palmezano
  • 1,245
  • 2
  • 11
  • 16
0
votes
0 answers

Flutter button gets enlarged onPressed()

I have built a paywall component in flutterflow - But the payment button enlarges itself while loading the revenuecat subscription plans. Here is the iOS screenshot of the iOS button before pressed and iOS button after pressed Below is the code…
0
votes
1 answer

flutterflow infinite starting page at 1 instead of 0

I'm trying to use https://reqres.in/api/users?page=1 API example from their tutorial on using infinity scroll. Infinity scroll starts at index 0 page, however, page 0 is equitant to page 1, which ends up showing a duplicate list of rows on…
Basit
  • 16,316
  • 31
  • 93
  • 154
0
votes
0 answers

custom resest password authentication in flutterflow

I want that link mailed to reset password should navigate user to create new password page of the app,and the password entered on this page should override forgotten(previous password ) in firebase . I know how to do default firebase auth in…
0
votes
0 answers

How to create a ListView in FlutterFlow?

I'm unable to get ListView to work in FlutterFlow. I have created an API connection in my app; it's connected to https://jsonplaceholder.typicode.com/posts and I can see the data is coming through in preview mode. I then linked my list view to…
Badrul
  • 179
  • 10
0
votes
0 answers

Widget Configuration Error: Widget's empty list widget is set to a non-existent component

I have a flutterflow app. I have a properties and addons table. Each addons has a reference to its associated Property. The page I am currently having an error with is this page: Edit Addons Page I have a container, with a listview to display, the…
prensj
  • 3
  • 4
0
votes
0 answers

FlutterFlow - How can I refresh component B from A without refreshing the Page?

Let's say I have two components - A and B, and the pageState/appState is initially set to 10. These components are placed on page A. Now, if I update the value of the pageState/appState to 15 from component A, I want to display the updated value in…
0
votes
0 answers

FlutterFlow: Firebase phone auth, OTP request gives error

OTP is not being received on the non testing numbers. I have added some test numbers for OTP and it works perfectly but when I request OTP with some other number it gives error "this request is missing a valid app identifier meaning that neither…
0
votes
0 answers

Updating the Geolocation of user in Firebase when user is no using the app based on FlutterFlow

I am building a FlutterFlow app. I can update the Geolocation of user in Firebase based on current location . I have a requirement where I should update the user's current location in Firebase even when the user is not using the app. It should sync…
ducktales
  • 1
  • 1
0
votes
0 answers

FlutterFlow Stripe integration

I am new to flutter flow. I created an app and enabled stripe config on the app. Enabled the test mode in stripe account and added the api keys to flutter stripe settings. It was working initially. My functions are hosted in firebase with api…
0
votes
0 answers

Setting Timer value from slider via custom function not working in flutterflow

Hi Im trying to set the value of a Timer from a slider. I have created a custom function that takes as an argument the slider value and returns it multiplied by 1000. I know the function works, because If I add a Text widget, and set its value to…
0
votes
1 answer

Why there is this error: unexpected null value

enter image description hereI followed a YouTube tutorial to connect OpenAI to a Flutter Flow application with the goal of creating a chatbot. I followed all the steps, but when I launch the test, either a blank gray page appears or an error page…
0
votes
0 answers

Nested Async Await is not yielding proper result

I have a Firestore structure enter image description here what i want is i want to get count of all the members that are enrolled within a user. But Recursive call to below function is just counting the initial array count. Future