Multi Provider in Flutter | Flutter State Management

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • This video will teach you about using multi-provider in flutter application.
    Facebook: / nitishk72
    LinkedIn: / nitishk72
    Patreon: / nitishk72
    Github: github.com/nit...

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

  • @rizwanirfan7459
    @rizwanirfan7459 2 года назад +3

    Found your video on homepage
    Let's hope for your success!

  • @ghost404
    @ghost404 Год назад +1

    i'am new to flutter and i have question
    if i call counter.increament the build method is called again. and if i wrap widget with consumer then the build method is not calling again. i dont know what is happening. if we use provider for state management then why counter.increment is calling build function again?