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

How to insert a list of rows into supabase from flutterflow?

I can insert a single row into supabase from flutterflow, but I need to insert a list of rows for example, If I want to insert 30 students attendance status (true or false) in attendance table in supabase using one request, how to do this process in…
0
votes
1 answer

Scheduled Local and Push Notification in Flutter App

I am switching back and forth between Flutterflow and Flutter to build my app because of the limitations of what Flutterflow will allow. At this point, I have Push Notification from FF working. So I have a start, but now I need to be able to…
0
votes
2 answers

Beginner looking for help in app buiding in nocode

I wanted to begin app development related to education options. I have no programming experience, however with an app plan. The app could be done in flutterflow, however I think I will need someone to help me out with creating database and with…
0
votes
0 answers

How to get Nonce Token in Flutter mobile app?

I have use flutter to code for mobile app and get data all from @Woocommerce Store API You can check here but when we do Checkout it require Nonce Tokens description…
0
votes
0 answers

Some images loading lead to a crash in my mobile app

I have a mobile app with users account. The default profile picture is generated with this online tool: https://ui-avatars.com/api/?name=John+Doe&background=random. It is generated like this: So now i try to display them at multiple places in my…
0
votes
0 answers

Variables not updating in Flutter API call in FlutterFlow

I am defining an API call on button action (refer to the attached image) in FlutterFlow. The thing is in the API call, JSON variables are going empty. I am also attaching the action related to textbox onChange. The application can be run here I…
tarora
  • 11
  • 4
0
votes
0 answers

FlutterFlow not creating Firebase users collection on signup

I've recently started using FlutterFlow, on account creation... I have set it up so that it creates a users collection. The user gets created but not the collection. I can't even create a user document directly through the manage content section of…
0
votes
2 answers

Flutter custom function works on the Test mode of Flutterflow - but not working on mobile app builds

I have this custom function in Dart running on Flutterflow (a platform using Flutter building apps on iOS and Android) import '/backend/backend.dart'; import '/flutter_flow/flutter_flow_theme.dart'; import…
0
votes
0 answers

FlutterFlow Custom Function return earliest date of a list of document

A programming question to achieve a custom function on Flutterflow. My database is made up of a collection of users. The documents in this collection have the characteristics of the users and a sub-collection with their sports sessions. These sports…
0
votes
0 answers

The method 'CustomCalendar' isn't defined for the type '_MyCalendarState'

i am new to FF and when i compile my code, i received the following error. The method 'CustomCalendar' isn't defined for the type '_MyCalendarState'. Try correcting the name to the name of an existing method, or defining a method named…
RBR
  • 1
0
votes
0 answers

Flutter flow choice chips inside query issue

I have an issue with one of my FF pages. the page contains a list of topics from Firebase, under each topic there should be choice chips related to that topic, clicking on one of the chips opens a bottom sheet with the clicked related data. i…
eliran
  • 1
0
votes
1 answer

How to make a custom FlutterFlow checkBox

i am trying to build a custom check box like this: which is simply a round container containing an icon inside, clicking on it will change the container background color and the icon color, i tried to build a custom widget in flutter flow using…
Ahmed El Sayed
  • 499
  • 1
  • 8
  • 17
0
votes
0 answers

set default values of a List in FlutterFlow Widget from FireStore Collection

I am trying to use the package calendar_date_picker2 (https://pub.dev/packages/calendar_date_picker2/example) in my FlutterFlow App. I have created a widget to display the calendar and it all looks good. The widget by default loads the values…
DeCentGuy
  • 11
  • 4
0
votes
0 answers

MissingPluginException(No implementation found for method DocumentReference#snapshots on channel plugins.flutter.io/firebase_firestore)

I am building a no-code app using flutterflow (V3.1 - flutter version 3.10.4) and firebase, but when I tried to download the code to continue developing on VSCode, the app was fully functional on android and web, but didn't build at first for…
0
votes
0 answers

How to run "test mode" for a specific page flutterflow

I'm trying to run a "test mode" for a specific page in my flutterflow application. As I do not have all the navigation buttons linked to all the due to the app is still in development I want to test a specific page that I'm working on. However…
default_settings
  • 440
  • 1
  • 5
  • 10