Flutter Riverpod and Singletons to optimize app performance. We will also see how to keep alive the providers of Singleton.
Riverpod Handle Error Async Notifier Provider. We see that we can use data, loading and error property of Riverpod to do it.
Flutter Dartz Either Data Type for Error Handling | Dart Programming
Flutter Riverpod UncontrolledProviderScope example and learn to prevent ui build. It could be used for performance optimization.
Flutter Clean Architecture and TDD for BLoC and Riverpod and GetX. Here we covered some basic questions about domain layer, data layer and presentation.
Learn about dart default constructor, parameterized constructor, named constructor and factory constructor
Learn the difference between dart const and final modifier
How to access WidgetRef ref object outside of the widget? How to do it safely? And how to manage navigation with ref object?
How to use Rivperpod AsyncNotifier Provider and copyWith method and update() method to update data.
Flutter Stream Provider Riverpod 2.0 for chatting and firebase and websocket. Continuous data update with stream.