Riverpod Eager Initialization

Eagerly initialize Riverpod providers at app startup by watching them in a root Consumer; handle loading/error in the initializer, AsyncValue.requireValue. Use when a provider must be ready before the rest of the app is used. Use this skill when the user asks about eager initialization or preloading providers.

majiayu000 cb5f5a2 2 files · 2.8 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/riverpod-eager-initialization commit cb5f5a29ad

Frequently asked questions

npx skillmds add majiayu000/riverpod-eager-initialization