FlutterFlow - Create Dynamic Input Form Fields 🌟 | No Custom Code

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024
  • НаукаНаука

Комментарии • 21

  • @VectorM
    @VectorM  6 месяцев назад +1

    📌 Subscribe for more FlutterFlow tips! If you found this helpful, give it a thumbs up and share. Questions? Drop them below! Let's build awesome apps together! #FlutterFlow #NoCodeTools #FlutterDevelopment 🚀

  • @danilosouza1161
    @danilosouza1161 22 дня назад +2

    Hi this a nice video.. it will help me to crate a invoice ticket next week, let me know if you can share the clone

  • @WoopBox
    @WoopBox 3 месяца назад +1

    Great video! Very helpful!

  • @delshwarR
    @delshwarR 5 месяцев назад +2

    sir please make video on curd operation with help of custom action flutter flow example how to access the collection using firestore instance

    • @VectorM
      @VectorM  5 месяцев назад

      As soon as possible

  • @seekersaurabh
    @seekersaurabh Месяц назад +1

    How to set text field value dynamically? Let's say in chat app when user types something and mention other user with @ sign, that text field already have some typed text and now I want to update that text by adding new @metion user name from variable.

    • @VectorM
      @VectorM  Месяц назад

      how about using an on change action on the text field , When a user types the @ symbol, you can trigger an action, such as displaying a list of users to select from. Once a username is selected, you can update the text field by appending the @username to the existing text

  • @delshwarR
    @delshwarR 5 месяцев назад +1

    Sir, how can it be possible to generate dynamic input fields flutter flow whenever the user presses the + button? It will dynamically generate the input fields, and we can store the multiple input field data using a list in Firebase.

    • @VectorM
      @VectorM  5 месяцев назад

      that is possible , just add the create document action to one of the buttons on the form , you can use the + button.

  • @simplepython123
    @simplepython123 5 месяцев назад +1

    bro i was wondering maybe you can help me: i did a simple step more, i've created a local page state variable which will be triggered to true when an item is added to the cart, so with that i can make the "Generate invoice" button conditional; if theres at least 1 product, it will appear. But my problem is that, lets assume that the user adds only one item, the button will appear, but if he deletes that item, the button will still be there; how can i make that button conditionally, that if there isnt an item loaded it wont shown? tnks bro

    • @VectorM
      @VectorM  5 месяцев назад

      Ok on the button , go to visibility and add a condition ( if items list is empty then the button is invisible or disabled. )
      You remember how if statements work.

  • @TheOuterReachesTV
    @TheOuterReachesTV 5 месяцев назад +1

    Thanks, please tell me, how would you send the dynamic data to Firebase? I have a form with dropdowns and text entry fields, and have created a dynamic section based on this tutorial, but i cant figure out how to send these dynamic rows of data to the Firebase document [which is created when user presses submit button]

    • @VectorM
      @VectorM  5 месяцев назад +1

      Create another button like submit/upload data. Add an action for create document for that button { make sure the document created has a field for the items (make sure its a list) }

    • @shazwinazakaria2155
      @shazwinazakaria2155 5 месяцев назад +1

      @@VectorM btw how would you create separate documents for each item in the list

    • @VectorM
      @VectorM  5 месяцев назад

      @@shazwinazakaria2155 if you want to create a separate a PDF for each , then I'd you the PDF dart package with a custom function , the custom function is linked to a button and takes the list of items as a parameter. then the use a simple for loop to iterate through each items and create a pdf for each.

  • @simplepython123
    @simplepython123 5 месяцев назад +1

    thank you broooooooooooooooooooooo

  • @delshwarR
    @delshwarR 5 месяцев назад +2

    sir how to connect with firebase so all value store in firebase database

    • @VectorM
      @VectorM  5 месяцев назад

      With Flutter flow?

    • @TheOuterReachesTV
      @TheOuterReachesTV 5 месяцев назад +1

      @@VectorM I need to know this too, yes with Flutterflow

    • @VectorM
      @VectorM  5 месяцев назад

      @@TheOuterReachesTV email me with screenshots at vectormediax@gmail.com

    • @TheOuterReachesTV
      @TheOuterReachesTV 5 месяцев назад

      @@VectorM That is very kind of you, ill send you some screenshots!