CodingWithMateen
CodingWithMateen
  • 23
  • 59 163
Flutter Riverpod Course - API Call Using Riverpod - Riverpod API Calling
In this video, I am gonna teach you how to call API in a flutter. After watching this video you would be able to call get API in flutter using riverpod state management. You will learn how to create a model class, un-parsing, decoding, get API, immutable state management, and much more.
Please Don't forget to like, Subscribe and Share.
Flutter Riverpod Series Playlist
-------------------------------------------------
th-cam.com/play/PLpclgjobzJPA9XaMlP98y48Gfing4q-c9.html
_____________/Find Me Here\____________
► LinkedIn:➜ www.linkedin.com/in/mateen-mehmood/
► Facebook Group:➜ groups/507844541240627/
► Twitter:➜ mateendev3
► GitHub:➜ github.com/mateendev3
► Medium:➜ medium.com/@mateendev3
► Pub.Dev:➜ pub.dev/publishers/mateenmehmood.dev/packages
► Stack Overflow:➜ stackoverflow.com/users/16582308/mateendev3
มุมมอง: 7 584

วีดีโอ

Flutter Riverpod Course - family Modifier - Riverpod Tutorial
มุมมอง 1.5Kปีที่แล้ว
In this video, I am gonna teach you What is family Modifier of Flutter Riverpod. After watching this video you would be able to work with Flutter Riverpod Modifiers. Please Don't forget to like, Subscribe and Share. /Find Me Here\ ► LinkedIn:➜ www.linkedin.com/in/mateen-mehmood/ ► Facebook:➜ groups/507844541240627/ ► Twitter:➜ mateendev3 ► GitHub:➜ github.com/mateendev3...
Flutter Riverpod Course - autoDispose Modifier - Riverpod Tutorial
มุมมอง 1.2Kปีที่แล้ว
In this video, I am gonna talk about Flutter Riverpod Modifiers mainly autoDispose Modifier. After watching this video you would be able to use autoDispose modifier in your flutter apps. A common use case is to destroy the state of a provider when it is no longer used. There are multiple reasons for doing so, such as: - When using Firebase, to close the connection and avoid unnecessary costs. -...
Flutter Riverpod Course - ChangeNotifierProvider - Riverpod Tutorial
มุมมอง 2.2Kปีที่แล้ว
In this video, I am gonna teach you how to work with ChangeNotifierProvider in riverpod flutter. After watching this video you would be able to work with ChangeNotifierProvider for converting from Provider to Riverpod flutter. Using ChangeNotifierProvider is discouraged by Riverpod and exists primarily for: * An easy transition from package:provider when using its ChangeNotifierProvider. * Supp...
Flutter Riverpod Course - StateNotifierProvider - Riverpod Tutorial
มุมมอง 2.4K2 ปีที่แล้ว
In this video I am gonna teach you about Flutter Riverpod StateNotifierProvider. After watching this video you would be able to use StateNotifierProvider in your Flutter apps easily. You will get the idea what is Notifier in the Flutter, What is state, What is Mutable State, What is Immutable State and much more. Please Don't forget to like, Subscribe and Share. /Find Me Here\ ► LinkedIn:➜ www....
Flutter Riverpod Course - StreamProvider - Riverpod Tutorial
มุมมอง 2.5K2 ปีที่แล้ว
In this video I am gonna teach you about Flutter Riverpod StreamProvider in urdu/hindi. After watching this video you would be able to use StreamProvider of Riverpod easily in your apps. You can easily fetch data from firebase, web sockets etc. StreamProvider is similar to FutureProvider but for streams instead of Futures. Please Don't forget to like, Subscribe and Share. /Find Me Here\ ► Linke...
Flutter Riverpod Course - FutureProvider - Riverpod Tutorial
มุมมอง 2.3K2 ปีที่แล้ว
In this video, I am gonna teach you how to work with Flutter Riverpod FutureProvider. After watching this video you would be able to work with the riverpod FutureProvider easily. You can easily get/fetch data from the async source. FutureProvider is the same as Provider but for asynchronous code. Please Don't forget to like, Subscribe and Share. /Find Me Here\ ► linkedin:➜ www.linkedin.com/in/m...
Flutter Riverpod Course - StateProvider - Riverpod Tutorial
มุมมอง 2.6K2 ปีที่แล้ว
In this video, I am gonna teach you what is StateProvider in Flutter, How to work with state provider, and how to use state provider. After watching this video you would be able to use state provider in your flutter apps using riverpod. Please Don't forget to like, Subscribe and Share. /Find Me Here\ ► linkedin:➜ www.linkedin.com/in/mateen-mehmood/ ► Facebook:➜ CodingWithMateen ► T...
Flutter Riverpod Course - Provider vs Riverpod - Riverpod Tutorial
มุมมอง 3.6K2 ปีที่แล้ว
In this video, I am gonna teach you what is the difference between Riverpod and Flutter. I have covered all the major cons of Provider and Pros of Riverpod. After watching this video you would be able to justify which one is better in state management. Please Don't forget to like, Subscribe and Share. /Find Me Here\ ► linkedin:➜ www.linkedin.com/in/mateen-mehmood/ ► Facebook:➜ Codi...
Riverpod Flutter Course - Provider in Riverpod - Riverpod Providers
มุมมอง 4.7K2 ปีที่แล้ว
In this video, I will teach you what are the different providers in riverpod. Today's main topic is Provider in riverpod. What is provider in riverpod, how to use Provider, How to read provider, What is ProviderScoper, What is ProviderRef, What is WidgetRef, etc. After watching this video you will be able to use Provider in a very confident way. Please Don't forget to like, Subscribe and Share....
Flutter Riverpod Course - Flutter Riverpod Introduction - Why Riverpod?
มุมมอง 4.9K2 ปีที่แล้ว
In this video, we will learn What is Riverpod, Why we use Riverpod. What are the benefits of Riverpod. Riverpod is a Reactive Caching and Data binding framework. It is basically a rewrite of Provider with more amazing features. Please Don't forget to like, Subscribe and Share. /Find Me Here\ ► linkedin:➜ www.linkedin.com/in/mateen-mehmood/ ► Facebook:➜ CodingWithMateen ► Twitter:➜ ...
Riverpod Flutter Course - Riverpod Course Outline - Riverpod Tutorial
มุมมอง 10K2 ปีที่แล้ว
In this video, I am going to talk about the course outline, Which we are going to cover in this course. In this course, we will learn riverpod from 0 to 100 (beginner to advance). After watching this course you would be able to easily use riverpod state management in your projects. Please Don't forget to like, Subscribe and Share. /Find Me Here\ ► linkedin:➜ www.linkedin.com/in/mateen-mehmood/ ...
GridView.Custom | Flutter GridView.Custom | GridView Custom Constructor Flutter
มุมมอง 1.5K2 ปีที่แล้ว
In this video, we are gonna learn about GridView.Custom in Flutter. After watching this video you will be able to easily use GridView.Custom in Flutter. The next video is about ScrollController Using GridView. In Flutter, GridView.Count creates a scrollable, 2D array of widgets with both a custom SliverGridDelegate and a custom SliverChildDelegate. Related Video Links * GridView th-cam.com/vide...
GridView.Extent | Flutter GridView.Extent | GridView Extent Constructor Flutter
มุมมอง 1.4K2 ปีที่แล้ว
In this video, we are gonna learn about GridView.Extent in Flutter. After watching this video you will be able to easily use GridView.Extent in Flutter. The next video is about GridView.Custom Constructor. In Flutter, GridView.Count creates a scrollable, 2D array of widgets with tiles that each have a maximum cross-axis extent. Related Video Links * GridView th-cam.com/video/S-BkP9eIRVk/w-d-xo....
GridView.Count | Flutter GridView.Count | GridView Count Constructor Flutter
มุมมอง 1.2K2 ปีที่แล้ว
In this video, we are gonna learn about GridView.Count in Flutter. After watching this video you will be able to easily use GridView.Count in Flutter. The next video is about GridView.Extent Constructor. In Flutter, GridView.Count creates a scrollable, 2D array of widgets with a fixed number of tiles in the cross axis. Related Video Links * GridView th-cam.com/video/S-BkP9eIRVk/w-d-xo.html * Gr...
GridView.Builder | Flutter GridView.Builder | GridView Builder Constructor Flutter
มุมมอง 6092 ปีที่แล้ว
GridView.Builder | Flutter GridView.Builder | GridView Builder Constructor Flutter
GridView in Flutter | Flutter GridView | Grid ScrollView Flutter | GridView
มุมมอง 3932 ปีที่แล้ว
GridView in Flutter | Flutter GridView | Grid ScrollView Flutter | GridView
ScrollController Flutter | ListView ScrollController | ScrollPosition
มุมมอง 2.9K2 ปีที่แล้ว
ScrollController Flutter | ListView ScrollController | ScrollPosition
ListView Custom Widget | Listview.custom | Flutter ListView.custom Constructor
มุมมอง 1.2K2 ปีที่แล้ว
ListView Custom Widget | Listview.custom | Flutter ListView.custom Constructor
ListView Separated Widget | ListView.separated | Flutter ListView Separated Constructor
มุมมอง 7182 ปีที่แล้ว
ListView Separated Widget | ListView.separated | Flutter ListView Separated Constructor
ListView Builder Widget | ListView.builder | Flutter ListView Builder
มุมมอง 6022 ปีที่แล้ว
ListView Builder Widget | ListView.builder | Flutter ListView Builder
ListView in Flutter | Flutter ListView | Scrolling in Flutter
มุมมอง 3982 ปีที่แล้ว
ListView in Flutter | Flutter ListView | Scrolling in Flutter
Create StopWatch in Android | Start, Stop, Reset | Chronometer | in Urdu/Hindi
มุมมอง 2.7K2 ปีที่แล้ว
Create StopWatch in Android | Start, Stop, Reset | Chronometer | in Urdu/Hindi

ความคิดเห็น

  • @dileepnagendra8199
    @dileepnagendra8199 12 วันที่ผ่านมา

    Awesome bro. Very clear and indepth.

  • @vishalgarna12
    @vishalgarna12 14 วันที่ผ่านมา

    Achi nahi lagai bht achi lagi sirji your explanation is to 😊😊

  • @vishalgarna12
    @vishalgarna12 15 วันที่ผ่านมา

    Samj++ maja++ 😊

  • @vishalgarna12
    @vishalgarna12 15 วันที่ผ่านมา

    ❤❤😊😊 sirji aap ki avaaz Sikho jaisi u are belong near Lahore aur punjab but content genuine hai 😊

  • @vishalgarna12
    @vishalgarna12 16 วันที่ผ่านมา

    103 wala like mera hai present++😅😅

  • @vishalgarna12
    @vishalgarna12 16 วันที่ผ่านมา

    Sir maja gaya aapki har baat samj me aa gayi sirji 😊❤

  • @vishalgarna12
    @vishalgarna12 16 วันที่ผ่านมา

    Great sir ji sab bus aese bolte hai ki isko aese karna karna bus but really good aap har cheeze batate ho why we use what's benifts in deeply 😊😊😊😊❤

  • @arvideo1053
    @arvideo1053 หลายเดือนก่อน

    Thek ho bro in 10X speed

  • @VivekYadav-z5r
    @VivekYadav-z5r หลายเดือนก่อน

    but MVC pattern me bhi batana chahiye

  • @phatngqn
    @phatngqn 2 หลายเดือนก่อน

    So number of item depend on width of screen

  • @phatngqn
    @phatngqn 2 หลายเดือนก่อน

    so good explaination

  • @PardeepKumar-im6ij
    @PardeepKumar-im6ij 2 หลายเดือนก่อน

    scaffold

  • @flutterwithvitul
    @flutterwithvitul 3 หลายเดือนก่อน

    how can we set automatically fetchPosts function call when use is came this screen?

    • @codingwithmateen
      @codingwithmateen 3 หลายเดือนก่อน

      Use it in initState of stateful widget

  • @mbamusic3570
    @mbamusic3570 4 หลายเดือนก่อน

    Sir mvvm sekhna zroori h ya sirf riverpod sy hi kam chl jay ga

    • @codingwithmateen
      @codingwithmateen 4 หลายเดือนก่อน

      Brother riverpod is State management and MVVM is Architecture Pattern, both are different things You need to learn both

  • @KDTechverse
    @KDTechverse 5 หลายเดือนก่อน

    I love your accent man ! Also the content of the video was great as well ! 💯♥️

  • @theKavitaDas
    @theKavitaDas 5 หลายเดือนก่อน

    why always "kaise ho boys?" in starting of video??

  • @tusharsoni5136
    @tusharsoni5136 5 หลายเดือนก่อน

    badiya hai bhai

  • @zohaibhassan7726
    @zohaibhassan7726 6 หลายเดือนก่อน

    Love from ENS

  • @abdullahmurad6141
    @abdullahmurad6141 6 หลายเดือนก่อน

    what is difference betrween ref.read(anyProvider.notifier).state and ref.read(anyProvider.state).state?

  • @syedshabbarraza7858
    @syedshabbarraza7858 6 หลายเดือนก่อน

    Brother you helped a lot

  • @syedshabbarraza7858
    @syedshabbarraza7858 6 หลายเดือนก่อน

    JazakAllah brother

  • @syedshabbarraza7858
    @syedshabbarraza7858 6 หลายเดือนก่อน

    JAZAKAllah bhai❤

  • @172_DIPTANSHUMAHISH
    @172_DIPTANSHUMAHISH 7 หลายเดือนก่อน

    Super awesome explanation, using this in my big OTT platform application for all API calls along with riverpod

  • @wasih19
    @wasih19 8 หลายเดือนก่อน

    Hello mateen bhai. First of all thank you for such content and secondly aik beginner type question hy mera like consa provider kis time itemal karsakty hy...

    • @codingwithmateen
      @codingwithmateen 8 หลายเดือนก่อน

      Brother, keep in mind 1. For read only things (also for dependency injection) user "Provider". 2. For simple state (single primitive type like for theme, simple single variable states) use StateProvider. 3. For complex state managements (Most important) use StateNotifierProvider (most usable). 4. For future related ops use FutureProvider. 5. For stream related ops use StreamProvider. Note: Don't use ChangeNotifierProvider as explained in the videos

  • @husain1089
    @husain1089 8 หลายเดือนก่อน

    FORM INDIA

  • @husain1089
    @husain1089 8 หลายเดือนก่อน

    NICE GOOD

  • @shahabmustafa9672
    @shahabmustafa9672 9 หลายเดือนก่อน

    ya ham na scafford ma nahi dala ha

  • @parththakor7362
    @parththakor7362 9 หลายเดือนก่อน

    Sir you explanation is outstanding. Love from India 🇮🇳

  • @Cutecatvideosforyou
    @Cutecatvideosforyou 10 หลายเดือนก่อน

    bro ur awesome...please continue uploadling...

    • @codingwithmateen
      @codingwithmateen 10 หลายเดือนก่อน

      Thank you brother Soon insha Allah

  • @MalaikaRaza-l5q
    @MalaikaRaza-l5q 11 หลายเดือนก่อน

    sir kindly explain copy with

  • @RaviYadav_Dev
    @RaviYadav_Dev ปีที่แล้ว

    Fetchpost ko widget load hote hi kaise call kare

    • @codingwithmateen
      @codingwithmateen ปีที่แล้ว

      Widget ko stateful bna lo Or phir init state me api call kar do

  • @RaviYadav_Dev
    @RaviYadav_Dev ปีที่แล้ว

    If I want to call the api when app is loading instead of floating button click? How can we do it

    • @codingwithmateen
      @codingwithmateen ปีที่แล้ว

      We can call it in the init state method

    • @RaviYadav_Dev
      @RaviYadav_Dev ปีที่แล้ว

      @@codingwithmateen in stateless widget kaise provider ka use karke kaise call kare

    • @codingwithmateen
      @codingwithmateen ปีที่แล้ว

      You can use FutureBuilder

  • @letmeflutter6644
    @letmeflutter6644 ปีที่แล้ว

    Nice info

  • @alisidhu-qo4fd
    @alisidhu-qo4fd ปีที่แล้ว

    Dear Brother it is a helpfull Videos and deeply understanding RiverPod . 😍

  • @SigmaTVOfficial
    @SigmaTVOfficial ปีที่แล้ว

    Thank a lot bro... I'm satisfied

  • @afaqmazhar5703
    @afaqmazhar5703 ปีที่แล้ว

    nicely explained

  • @afaqmazhar5703
    @afaqmazhar5703 ปีที่แล้ว

    sir nicely explained but before comming to there I see a video from another channel where he shows a method in which we use stateless widget and in our body we use consumer (builder) in this way he just build that widget that we wants not whole widget tree but with consumerWidget we will update whole widget tree please explain this I confused about this .

  • @sufianhaq
    @sufianhaq ปีที่แล้ว

    Theek hun bro... 😅

  • @FunnyFlicks121
    @FunnyFlicks121 ปีที่แล้ว

    Can please provide the source code?

  • @shashwatdhingra3580
    @shashwatdhingra3580 ปีที่แล้ว

    ok ho gaya 😊❤

  • @azazali786
    @azazali786 ปีที่แล้ว

    sir where is the code?

    • @codingwithmateen
      @codingwithmateen ปีที่แล้ว

      you have to follow tut for the code bro.

  • @JatinnSharma
    @JatinnSharma ปีที่แล้ว

    Please make a video on road map to learn flutter

  • @srinivasnahak3473
    @srinivasnahak3473 ปีที่แล้ว

    You explained the difference really well!!

  • @ParabTarak
    @ParabTarak ปีที่แล้ว

    First class

  • @AbdulRahim-x7j
    @AbdulRahim-x7j ปีที่แล้ว

    how get multiple parameter

  • @vishwajeetpatil9381
    @vishwajeetpatil9381 ปีที่แล้ว

    The explanation was awesome. Please upload API calls using Future Provider?

  • @priyanshupatra2100
    @priyanshupatra2100 ปีที่แล้ว

    Hats off to u bro frankly speaking could find better content on internet today on riverpod api calling

    • @codingwithmateen
      @codingwithmateen ปีที่แล้ว

      Thank you soo much. Happy you liked it.

  • @priyanshupatra2100
    @priyanshupatra2100 ปีที่แล้ว

    Bro pls pls make a same video with dio package with MVVM architecture, i request u as i m not getting any such resources, i request u again sir please

    • @codingwithmateen
      @codingwithmateen ปีที่แล้ว

      Bro I'll make it soon. But gonna start dart course now.

  • @rahulagarwal968
    @rahulagarwal968 ปีที่แล้ว

    Hi. Thank you for making such awesome contents and sharing your knowledge. Also I guess you already know but you can use a software called "Krisp" to remove background noise such as car honking, dog barking or anything at real time while recording. Do try it once if you haven't. You will love it.

  • @rahulagarwal968
    @rahulagarwal968 ปีที่แล้ว

    I will watch the later videos but in this video I just had a question : Why i require streamProvider when I can just create a function to return stream in a class and then use StreamBuilder directly. And if we want it in another screen then we can do the same again. I hope you understood my doubt that what is the purpose of using riverpod for this ?

    • @codingwithmateen
      @codingwithmateen ปีที่แล้ว

      Each time we will receive a new instance of stream. But we have to manage state