How to sum the values of AppState and PageState variables in Flutterflow

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • In this beginners tutorial, we look at how to sum the values of local state variables in Flutterflow.
    Knowing the sum of values for a variable is a crucial piece of information for a whole host of different application types.
    This works for both AppState and PageState variables and is set up to sum the values of a list of objects.
    The code snippet used in the video can be downloaded from here:
    rapidmvp.co/ho...
    #flutterflow #lowcode #tutorial

КОМЕНТАРІ • 3

  • @nehra88
    @nehra88 27 днів тому

    this looked so much confusing, would be great if you could show us from the scratch some of steps and somehow my project is keep on getting crashed with red screen. If you have any idea please do share ! Thanks for your efforts! cheers!

    • @rapidmvp
      @rapidmvp  26 днів тому

      @@nehra88 I’d start by checking your variables for unexpected null values. Make sure they have a default value, then at least the page will load and you debug your actions from there.

  • @ubcoder
    @ubcoder 3 місяці тому

    good sir I have 3 rows and i want to show this rows with add more button one by one every rows in which remove button i click the remove button remove the specific row and i click add button show again please how i can do this