Flutter Riverpod Tutorial Part 2: Asynchronous Providers (FutureProvider and StreamProvider)

Part-1 Link : FutureProvider

FutureProvider allows us to work with Futures in our Flutter Application

It automatically handles the lifecycle of asynchronous operation.

So it provides us with a way to react to the different states of the future: lo... https://harishkunchala.com/flutter-riverpod-tutorial-part-2-asynchronous-providers-futureprovider-and-streamprovider

Created 11d | May 12, 2024, 7:20:03 PM


Login to add comment

Other posts in this group

How to Create a Currency Form Field in Flutter

I was working on a simple app for practice and wanted my text fields to accept only digits and format them in Turkish currency like this "1.234,5678". To achieve this, I created a widget derived from

May 23, 2024, 4:10:03 PM | Hashnode flutter
Topic: 14 Understanding Navigation and Communication in Flutter

Hello devs, In today's article, we discussed how widgets communicate with each other, How Flutter communicates with the Android or IOS module, and How navigation works in Flutter. Start with the Navig

May 23, 2024, 6:50:07 AM | Hashnode flutter
Day 6 in Dev Life of Brian

Each Tuesday I work in Eindhoven. I woke up at 4.30 and got myself in the train around 6. I slept around 3.5 hours this night, I know that’s not enough and sleep will probably catch up to me somewhere

May 22, 2024, 7:30:04 PM | Hashnode flutter
Go Router + Riverpod Tutorials Series 4: Role Based Redirection

Now let's take a look at redirection depending on user roles Source code: role_based_redirection Now, Let's update our files starting with : AuthNotifier and authProvider: This is the updated AuthNoti

May 22, 2024, 5:20:03 PM | Hashnode flutter
Mastering Dart, Flutter, and Serverpod: A Comprehensive Guide to Building Full-Stack Applications

Learning Dart, Flutter, and Serverpod can be a fun and rewarding journey. Here's a daily learning plan you can follow, organized for a duration of 1 hour per day for 72 days. Weeks 1-2: Dart Introduct

May 22, 2024, 2:50:04 PM | Hashnode flutter
Custom Calendar in Flutter Application

Most applications need to work with dates. We can use the date picker from Flutter or custom packages from other developers. These options might have design limits, and we have to follow their design.

May 22, 2024, 10:20:11 AM | Hashnode flutter
From CRUD to Search: Upgrading Your SQLite Items App with Bloc

Hello everyone, In this follow-up to our blog about SQLite CRUD operations, we'll be adding search functionality to our items app. There's no need to update the pubspec.yaml file, as all necessary dep

May 22, 2024, 5:50:03 AM | Hashnode flutter