Provider Tutorial Flutter | MultiProvider and Provider.of | Flutter Tutorial | The Growing Developer

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.พ. 2025
  • The Growing Developer website is out !!
    thegrowingdeve...
    In this video, we will discuss everything about #Flutter #Provider and will the apply the core concepts by taking a real world example. This will be a detailed video which will cover all the minor details of the #Provider and #MultiProvider
    Learn Google Sign In Implementation -
    • Flutter Tutorial | Goo...
    Build Amazing Login UI in Flutter with Firebase Auth
    • Flutter Tutorial - Bui...
    Firestore CRUD
    • Flutter Tutorial - Clo...
    Mobile CMS App
    • Flutter Firestore Tuto...
    Fetch Data from API and parsing
    • Detailed Flutter API T...
    Realtime Database vs Cloud Firestore?
    thegrowingdevel...
    If you like my work , you can support me by donating through PayPal:
    www.paypal.me/....
    Become a Patron -
    / thegrowingdev. .
    Don't use PayPal? You can support from the link below 😇
    rzp.io/l/thegr...
    ________________________________________________________________________
    For more tutorials subscribe to the channel :
    / thegrowingdev. .
    COVID-19 Mobile app complete tutorial -
    www.youtube.co....
    Flutter 21 Days Challenge:
    www.youtube.co....
    For other videos on Flutter:
    www.youtube.co....
    Do like and follow 'The Growing Developer' on other social platforms as well. Below are the links -
    Facebook link - / thegrowingde. .
    Instagram Page link - / thegrowingd. .
    LinkedIn Profile - / singh-saheb

ความคิดเห็น • 34

  • @lakshminarayanans1066
    @lakshminarayanans1066 4 ปีที่แล้ว +1

    Dude, this video is a saviour. Thanks alot for this..

  • @Opeyemi.sanusi
    @Opeyemi.sanusi 3 ปีที่แล้ว

    Best tutorial for Provider I have found both part 1 & 2👍🏽

  • @jabba5716
    @jabba5716 2 ปีที่แล้ว

    Thank you so much. Please bring riverpod tutorial next

  • @zaidz6263
    @zaidz6263 4 ปีที่แล้ว

    can't wait for the Getx video! thank you.

  • @frid8215
    @frid8215 2 ปีที่แล้ว

    great tutorial

  • @omarsalah4519
    @omarsalah4519 4 ปีที่แล้ว

    Thanks You very much

  • @saikiran-wq8rg
    @saikiran-wq8rg 4 ปีที่แล้ว +1

    Waiting for this and boom 😊
    You're teaching goes directly through our brain 😄

  • @bishalregmi923
    @bishalregmi923 4 ปีที่แล้ว

    Waited long time for this.

  • @amitdutta3875
    @amitdutta3875 4 ปีที่แล้ว

    Thank You

  • @pulkitprajapat7862
    @pulkitprajapat7862 3 ปีที่แล้ว

    thanks a ton man!!

  • @BrYarDJ
    @BrYarDJ 4 ปีที่แล้ว

    thanks for sharing this video

  • @pulkitprajapat7862
    @pulkitprajapat7862 3 ปีที่แล้ว

    I have an idea of a video series, like you can review flutter apps of your subscribers. This will keep beginners like me motivated, and they will also get some publicity by your help.

  • @ravilakhtariya
    @ravilakhtariya 3 ปีที่แล้ว

    i get the point..and its totally understandable thank you...
    But i have query
    for example i have signup and signin then i want to go in home
    so there i need to call three api and all three had different model
    so i need to create only consumer or any other way to get data or update ?
    and how to pass data to other screen and use that in other model?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  3 ปีที่แล้ว

      Hey sorry for the late reply. Is the issue sorted yet?

  • @kbo359
    @kbo359 2 ปีที่แล้ว

    thx

  • @anishjain3663
    @anishjain3663 4 ปีที่แล้ว

    Bhai well thanks for the video , i want to ask about 5$ api i dont get
    What it is for and where ia the video please can u clear it

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      I have planned to build a complete API with dummy ecommerce data and will teach to build ecommerce app using that api.
      The API is under construction, and due to server expenses I decided to put a very minimal amount of $5 for API tokens

  • @fluttercoder7462
    @fluttercoder7462 4 ปีที่แล้ว

    GetX 😍😍😍😍😍😍😍

  • @apglogic3188
    @apglogic3188 3 ปีที่แล้ว

    very nice explanation..please upload the source code

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  3 ปีที่แล้ว

      Thanks. I'll see if I have the source code with me.

    • @apglogic3188
      @apglogic3188 3 ปีที่แล้ว

      @@TheGrowingDeveloper okie thanks for reply

  • @vatsalmehta8135
    @vatsalmehta8135 3 ปีที่แล้ว

    Tried to call Provider.of. This is likely a mistake and is therefore
    unsupported.
    If you want to expose a variable that can be anything, consider changing
    `dynamic` to `Object` instead.
    ''',
    it throws me an exception

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  3 ปีที่แล้ว

      It looks you are not giving the explicit types as in Provider.of(context)
      Try with this approach