Ultimate Guide To Riverpod 2021 - Flutter Tutorial

  Рет қаралды 5,721

Temi Codes

Temi Codes

Күн бұрын

Пікірлер: 31
@ExtraServingsBTS
@ExtraServingsBTS 3 жыл бұрын
Ultimate, huh? Let's see. Been fighting with this shit for a week.
@maiconviniciuscrespo
@maiconviniciuscrespo 3 жыл бұрын
Great man, of many the best tudo about RiverPod for new FlutterStudents!!! Awesome Material ..!!!
@TemiCodes
@TemiCodes 3 жыл бұрын
Thank you. I'm glad you like it.
@gafaradeniran2428
@gafaradeniran2428 2 жыл бұрын
Good one boss, I seem not to able to implement riverpid for my project can you pls create a tutorial for how to use riverpod to add favourited items to another list of listtiles in another tab. Thanks in advance
@kemids2842
@kemids2842 3 жыл бұрын
omg Thank you so much! please create more of these with Firebase!
@TemiCodes
@TemiCodes 3 жыл бұрын
Thank you. I will.
@MarkDeibert
@MarkDeibert 2 жыл бұрын
I love this VS Code theme. What is it called?
@jRQLME
@jRQLME 3 жыл бұрын
Great job! thank you!
@TemiCodes
@TemiCodes 3 жыл бұрын
Thank you.
@FantasyOR
@FantasyOR 3 жыл бұрын
Hi! Thanks. say please how named extension who show child property in code (horizontal and vertical lines)?
@kenng9719
@kenng9719 3 жыл бұрын
great video - but i found the music a bit too loud! Keep up the great work - thank you!
@TemiCodes
@TemiCodes 3 жыл бұрын
Thank you. I'll do better in upcoming videos
@stetsoncollin2138
@stetsoncollin2138 3 жыл бұрын
Not sure if anyone gives a damn but if you are bored like me during the covid times then you can stream all the latest series on Instaflixxer. Have been watching with my gf during the lockdown :)
@harlanterrell7929
@harlanterrell7929 3 жыл бұрын
@Stetson Collin Yea, I have been using instaflixxer for years myself =)
@DanielSchless
@DanielSchless 3 жыл бұрын
In state_provider.dart, it appears that while colorToggleProvider is used to update the background color, colorProvider is NOT referenced. Indeed, I downloaded your code, commented out lines 6 through 9 and the background color still changed as expected. Am I missing something? What is the purpose of colorProvider?
@TemiCodes
@TemiCodes 3 жыл бұрын
Oh my bad. I must have missed it. Apparently, colorProvider should provide a color and the colorToggleProvider should handle the toggle.
@hipoojan
@hipoojan 3 жыл бұрын
How to get that error to display at the end of the line, is it a plugin or some lint setup?
@TemiCodes
@TemiCodes 3 жыл бұрын
It's a VS Code plugin called Error Lens.
@hipoojan
@hipoojan 3 жыл бұрын
@@TemiCodes Thank you for the tutorial and the reply really appreciate it!!
@jRQLME
@jRQLME 3 жыл бұрын
Which one of the six providers would be the best to use for all kinds of state management? If you had to pick one only!
@TemiCodes
@TemiCodes 3 жыл бұрын
There's no best. Each one of them does specific functions so you only use them for certain scenarios.
@ExtraServingsBTS
@ExtraServingsBTS 3 жыл бұрын
Why the F would they make many different ones if only one was needed?
@jimmy050977
@jimmy050977 2 жыл бұрын
Hi, I tried this with Riverpod 1.0 but that doesn't work final colorToggleProvider = StateProvider((ref) => ''); final colorProvider = Provider((ref) { final color = ref.watch(colorToggleProvider); return color = 'Red'; )}; class StateProviderScreen extends ConsumerWidget { const StateProviderScreen({Key? key}) : super(key: key); @override Widget build(BuildContext context, WidgetRef ref) { final color = ref.watch(colorToggleProvider.state); return Scaffold( backgroundColor: color == 'Red' ? Colors.red : Colors.blue, appBar: AppBar( title: const Text('State Provider Example'), ), body: const Center( child: Text('Toggle Color'), ), floatingActionButton: FloatingActionButton( onPressed: () => ref.read(colorToggleProvider.state).state = color == 'Red' ? 'Blue' : 'Red', child: const Icon(Icons.legend_toggle), ), ); } }
@TemiCodes
@TemiCodes 2 жыл бұрын
Yes; it doesn’t. I’ll have an update on the new year
@jimmy050977
@jimmy050977 2 жыл бұрын
@@TemiCodes very nice thanks
@ExtraServingsBTS
@ExtraServingsBTS 3 жыл бұрын
F this timer periodic stuff. How about a real Firestore document stream.
@TemiCodes
@TemiCodes 3 жыл бұрын
The whole point is to understand the concept. As long as its a stream, that's a way to handle it.
@ExtraServingsBTS
@ExtraServingsBTS 3 жыл бұрын
@@TemiCodes Great. Been at it for a week, and I'm usually OK at figuring stuff out. I'll be making a video as soon as I get it so others don't have this problem.
@ExtraServingsBTS
@ExtraServingsBTS 3 жыл бұрын
@@TemiCodes and the concept still eludes me.
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 14 МЛН
АЗАРТНИК 4 |СЕЗОН 3 Серия
30:50
Inter Production
Рет қаралды 862 М.
Cute
00:16
Oyuncak Avı
Рет қаралды 9 МЛН
Flutter Tutorial - Riverpod - 1/3 The Complete Guide For Providers
19:26
HeyFlutter․com
Рет қаралды 30 М.
Riverpod Simplified | Easy State Management
14:17
Tadas Petra
Рет қаралды 44 М.
Moving from setState to Riverpod in Flutter Part 1
36:00
The Flutter Factory
Рет қаралды 18 М.
Flutter Riverpod Tutorial - The Better Provider
41:26
Reso Coder
Рет қаралды 85 М.
Flutter Tutorial - Building a Production App From Scratch
53:21
freeCodeCamp.org
Рет қаралды 186 М.
Riverpod Tutorial: Performing Side Effects in Riverpod
22:10
Flutter Basics by a REAL Project
25:42
Flutter Guys
Рет қаралды 476 М.
GetX Powerful Framework in Flutter in Detail (2021)
40:16
Easy Approach
Рет қаралды 88 М.
Fullstack SaaS AI Kit in Flutter
1:09:42
Temi Codes
Рет қаралды 157
Riverpod Tutorial: Fetch API Data using Future Provider
17:47
Temi Codes
Рет қаралды 3,1 М.
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 14 МЛН