Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 632 Bytes

File metadata and controls

21 lines (12 loc) · 632 Bytes

Getting a Future from a FutureProvider with Riverpod

Did you know?

If you have a Riverpod FutureProvider, there’s an easy way to get the underlying Future.

Very handy when you want to await multiple Futures and combine the result.

Works with StreamProvider and Stream too. 👌


Found this useful? Show some love and share the original tweet 🙏


Previous Next
Record Equality in Dart 3 Destructuring Lists in Dart