Making Things Less Complex
- What’s the problem?
- A Solution: the “riverpod” package
- Using “riverpod” Providers
12/23 178-181
what’s the problem?
The depth!!!!!

Install state management package riverpod!
flutter pub add flutter_riverpod
Set up provider and consumer. Then, the consumer can use the states at any time!
