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

trying to build an app using Flutterflow, I'm stuck with adding a custom widget to my app, I get 2 errors on multiple lines

same 2 errors I get on multiple lines I'm a super noob and don't know anything when it comes to programming, I really would appreciate someone sorting this out for me. // Automatic FlutterFlow imports import '/backend/backend.dart'; import…
H 722
  • 31
  • 2
3
votes
2 answers

Can I build a Frontend in FlutterFlow then export to Flutter to finish coding?

I am learning flutter and dart at the moment. I came across FlutterFlow and I was wondering, could I use FlutterFlow to build the UI of the app, then turn around, take the code, and add it to my IDE and finish coding it with Flutter and dart there?
Chris Sanchez
  • 135
  • 1
  • 7
2
votes
3 answers

How can I add the "system" message into my prompt?

I've been trying to integrate gpt-3.5-turbo in my Flutter app while maintaining the chat history. I used FlutterFlow to generate the boilerplate code and then downloaded the code to further edit it. I have successfully integrated the model while…
Hammad Nasir
  • 2,889
  • 7
  • 52
  • 133
2
votes
1 answer

'Error: The class 'NavigatorObserver' can't be used as a mixin because it isn't a mixin class nor a mixin.'

I downloaded my code from FlutterFlow and I'm trying to run it. But it gives me this error Error: The class 'NavigatorObserver' can't be used as a mixin because it isn't a mixin class nor a mixin. Here is a version of the code from…
rtp_46
  • 25
  • 3
2
votes
0 answers

Custom actions and references to widgets with FlutterFlow

I have a Button widget and a RichText widget in FlutterFlow. How can I get in a custom action for the Button widget a reference to the RichText widget in order to change its properties?
Stefan M.
  • 93
  • 5
2
votes
0 answers

How do I get Audio Assets Player to pause?

I'm learning to use Flutter in FlutterFlow and working on a custom function that plays mp3s from a link. I'm using the Assets Audio Player library. When I call the function I can get the audio to play but I can't get it to pause when I call it…
speakupboy
  • 21
  • 2
1
vote
0 answers

How can I edit AndroidManifest.xml using Flutterflow.io?

I'm trying to use flutter_local_notifications and I need to add this to AndroidManifest.xml to wake up the screen when receiving a notification: Easy enough with standard…
Dave Dean
  • 29
  • 4
1
vote
0 answers

Firebase + Flutterflow

I have a subcollection in FlutterFlow under users called "comments" and another "replies". For each reply, I assign the comment ID in a Backend Query, this ends up creating an index in Firebase. In a hypothetical situation, will Firebase reads count…
1
vote
1 answer

FlutterFlow - Content Pagination with Firestore

I am currently creating an app with FlutterFlow that loads various daily news items from Firestore. Each daily message is structured in Firestore like this: Title (String) Description (String) Image (Image) Content (Array) Type (String) [Text,…
1
vote
0 answers

Any possible way in FlutterFlow to store values in List based in query

Is there any possible way in FlutterFlow to store list of values based on query collection and to browse this list one by one using 2 buttons next and back with text widgets? Any help highly appreciated. I tried everything nothing succeeds.
1
vote
1 answer

FlutterFlow - Firestore Security Rules Error on ListView: Missing or insufficient permissions

I'm making a simple todo app. I'm able to add a document (todo) to the database and I'm able to read them, but only if I allow every document to be read, not just mine. I'm trying to make it so that a ListView only shows me my todos. These firebase…
tazboy
  • 1,685
  • 5
  • 23
  • 39
1
vote
1 answer

Loading a private image from Supabase in Flutterflow

Flutterflow has a handy native feature for uploading images to Supabase storage, but it's not clear how the uploaded image can then be accessed if, as in my case, Supabase has a security policy on the bucket. The policy is by design - I only want…
gh0st
  • 87
  • 7
1
vote
0 answers

fetchContact function Dart Flutterflow

Im using FlutterFlow and im implementing a function where it should fetch on the user's device and save all his contacts to show them on a list view. Dependencies Issues The code Im using is this one // Automatic FlutterFlow imports import…
1
vote
0 answers

Is there a way to implement the Catcher and Sentry packages on flutterflow?

i'm building a flutterflow app and i'm in need of some package to catch and handle errors on the app... most of the searches throw me on this two: https://pub.dev/packages/catcher https://pub.dev/packages/sentry_flutter but as it seems, it's only…
1
vote
1 answer

flutterflow , Unknown error compiling custom code

In flutterflow, when try to compile a customcode, the following error keeps presisting. [error: Unknown error compiling custom code. A common cause is a custom widget or action whose name in the code does not match the name provided in the…
1
2 3 4 5 6 7 8