10. State Management | FlutterFlow University Expert Training

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

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

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

    Great video! TIP: If you have lots of App States you can create a Data Type and put all variables there and then create a one single App state which will be your Data type.

    • @MissMyMusicAddiction
      @MissMyMusicAddiction 17 дней назад

      yes, that will definitely make things simpler. the reason for not doing this is to limit the number of components that have to be redrawn when one of them changes. so, if interface performance doesn't really matter, this is great. if interface performance is more important (e.g. games, or very complex layouts), maybe not.

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

    Great stuff! Thanks Majid

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

    Hey Majid, nice video again ! You saying that we can store categories in ENUMS but its frustrating in some way because in french if we want to store a category like "Fruits" ist fine, But for "Vegetables" have special characters like "Légumes"... The "é" character is not accepted in ENUMS so basically it became non usable for in a way.

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

    Is there a video that covers the adding the count controller to this scenario? I've been having a few issues to update the item quantity with the counter controller, it creates a new item on cart instead of updating the count on app state.

  • @q.ramthienghlimsanate5720
    @q.ramthienghlimsanate5720 Месяц назад

    Please make video on CRUD iam still confuse...

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

    Great

  • @geoxcoelho
    @geoxcoelho 19 дней назад

    Hey guys, this series is great, but can you please please please turn off the ads?

  • @GizemNaz-l4j
    @GizemNaz-l4j 10 дней назад

    "data types define the kind of data variables can store and manipulate within your app"? what the hell does that mean? chat gpt teaches better.