Flutter Riverpod Tutorial Part 1: Provider and StateProvider, StateNotifierProvider, ChangeNotifierProvider
Setup Riverpod
Before we start using Riverpod. Let's set it up in our Flutter Project
Add the dependency:
flutter pub add flutter_riverpod
Wrap our application with ProviderScope: This is necessary for Riverpod to work. It should wrap your top-level...
harishkunchala.com7 min read