- Видео 23
- Просмотров 60 819
CodingWithMateen
Пакистан
Добавлен 14 авг 2021
Assalam-o-Alaikum!
My name is Mateen Mehmood. I am here to teach you the modern technologies of the present Era. I will take you with me on an adventure to learn Web Development, App Development, Graphic Designing, Freelancing, and much more. So that you can earn money.
Trust me this is not gonna difficult for us to learn any technology. You just have to give your dedication and time. And of course the regular practice as well.
So stay tuned and Don't forget to subscribe to my channel. Thanks.
Regards,
Mateen M.
My name is Mateen Mehmood. I am here to teach you the modern technologies of the present Era. I will take you with me on an adventure to learn Web Development, App Development, Graphic Designing, Freelancing, and much more. So that you can earn money.
Trust me this is not gonna difficult for us to learn any technology. You just have to give your dedication and time. And of course the regular practice as well.
So stay tuned and Don't forget to subscribe to my channel. Thanks.
Regards,
Mateen M.
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
-------------------------------------------------
ruclips.net/p/PLpclgjobzJPA9XaMlP98y48Gfing4q-c9
_____________/Find Me Here\____________
► LinkedIn:➜ www.linkedin.com/in/mateen-mehmood/
► Facebook Group:➜ groups/507844541240627/
► Twitter:➜ mateendev3
► GitHub:➜ github.com/mateendev3
► Medium:➜ medium.com/@m...
Please Don't forget to like, Subscribe and Share.
Flutter Riverpod Series Playlist
-------------------------------------------------
ruclips.net/p/PLpclgjobzJPA9XaMlP98y48Gfing4q-c9
_____________/Find Me Here\____________
► LinkedIn:➜ www.linkedin.com/in/mateen-mehmood/
► Facebook Group:➜ groups/507844541240627/
► Twitter:➜ mateendev3
► GitHub:➜ github.com/mateendev3
► Medium:➜ medium.com/@m...
Просмотров: 7 713
Видео
Flutter Riverpod Course - family Modifier - Riverpod Tutorial
Просмотров 1,6 тыс.2 года назад
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,2 тыс.2 года назад
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,3 тыс.2 года назад
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,5 тыс.2 года назад
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,6 тыс.2 года назад
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,3 тыс.2 года назад
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,7 тыс.2 года назад
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,8 тыс.2 года назад
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,9 тыс.2 года назад
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?
Просмотров 5 тыс.2 года назад
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
Просмотров 10 тыс.2 года назад
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,5 тыс.2 года назад
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 ruclips.net/vid...
GridView.Extent | Flutter GridView.Extent | GridView Extent Constructor Flutter
Просмотров 1,4 тыс.2 года назад
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 ruclips.net/video/S-BkP9eIRVk/видео....
GridView.Count | Flutter GridView.Count | GridView Count Constructor Flutter
Просмотров 1,2 тыс.2 года назад
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 ruclips.net/video/S-BkP9eIRVk/видео.html * Gr...
GridView.Builder | Flutter GridView.Builder | GridView Builder Constructor Flutter
Просмотров 6312 года назад
GridView.Builder | Flutter GridView.Builder | GridView Builder Constructor Flutter
GridView in Flutter | Flutter GridView | Grid ScrollView Flutter | GridView
Просмотров 3942 года назад
GridView in Flutter | Flutter GridView | Grid ScrollView Flutter | GridView
ScrollController Flutter | ListView ScrollController | ScrollPosition
Просмотров 3 тыс.2 года назад
ScrollController Flutter | ListView ScrollController | ScrollPosition
ListView Custom Widget | Listview.custom | Flutter ListView.custom Constructor
Просмотров 1,3 тыс.2 года назад
ListView Custom Widget | Listview.custom | Flutter ListView.custom Constructor
ListView Separated Widget | ListView.separated | Flutter ListView Separated Constructor
Просмотров 7252 года назад
ListView Separated Widget | ListView.separated | Flutter ListView Separated Constructor
ListView Builder Widget | ListView.builder | Flutter ListView Builder
Просмотров 6192 года назад
ListView Builder Widget | ListView.builder | Flutter ListView Builder
ListView in Flutter | Flutter ListView | Scrolling in Flutter
Просмотров 4022 года назад
ListView in Flutter | Flutter ListView | Scrolling in Flutter
Create StopWatch in Android | Start, Stop, Reset | Chronometer | in Urdu/Hindi
Просмотров 2,7 тыс.3 года назад
Create StopWatch in Android | Start, Stop, Reset | Chronometer | in Urdu/Hindi
hey can u provide riverpod flutter series github link for code seeing
Awesome bro. Very clear and indepth.
Ty vro
Achi nahi lagai bht achi lagi sirji your explanation is to 😊😊
Thanks buddy
Samj++ maja++ 😊
❤❤😊😊 sirji aap ki avaaz Sikho jaisi u are belong near Lahore aur punjab but content genuine hai 😊
Vro me Punjabi hn...🙂
103 wala like mera hai present++😅😅
Lol
Sir maja gaya aapki har baat samj me aa gayi sirji 😊❤
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 😊😊😊😊❤
Thank you brother
Thek ho bro in 10X speed
🙂
but MVC pattern me bhi batana chahiye
So number of item depend on width of screen
so good explaination
scaffold
how can we set automatically fetchPosts function call when use is came this screen?
Use it in initState of stateful widget
Sir mvvm sekhna zroori h ya sirf riverpod sy hi kam chl jay ga
Brother riverpod is State management and MVVM is Architecture Pattern, both are different things You need to learn both
I love your accent man ! Also the content of the video was great as well ! 💯♥️
Thank you brother
why always "kaise ho boys?" in starting of video??
Lol
badiya hai bhai
Thank you brother
Love from ENS
What is ENS brother?
what is difference betrween ref.read(anyProvider.notifier).state and ref.read(anyProvider.state).state?
Brother you helped a lot
Thank you brother
JazakAllah brother
💓💯
JAZAKAllah bhai❤
💓✨💯
Super awesome explanation, using this in my big OTT platform application for all API calls along with riverpod
Thank you 😌
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...
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
FORM INDIA
NICE GOOD
ya ham na scafford ma nahi dala ha
Sir you explanation is outstanding. Love from India 🇮🇳
Thank you brother
bro ur awesome...please continue uploadling...
Thank you brother Soon insha Allah
sir kindly explain copy with
Fetchpost ko widget load hote hi kaise call kare
Widget ko stateful bna lo Or phir init state me api call kar do
If I want to call the api when app is loading instead of floating button click? How can we do it
We can call it in the init state method
@@codingwithmateen in stateless widget kaise provider ka use karke kaise call kare
You can use FutureBuilder
Nice info
Glad you think so!
Dear Brother it is a helpfull Videos and deeply understanding RiverPod . 😍
Ty bro
Thank a lot bro... I'm satisfied
Thank you brother
nicely explained
Ty bro
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 .
Theek hun bro... 😅
<3
Can please provide the source code?
Sorry can't. I've uploaded it yet
ok ho gaya 😊❤
<3
sir where is the code?
you have to follow tut for the code bro.
Please make a video on road map to learn flutter
sure
You explained the difference really well!!
Thank you brother
First class
Ty bro
how get multiple parameter
The explanation was awesome. Please upload API calls using Future Provider?
Sure soon
Hats off to u bro frankly speaking could find better content on internet today on riverpod api calling
Thank you soo much. Happy you liked it.
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
Bro I'll make it soon. But gonna start dart course now.
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.
Ty bro I'll try it for sure