改めてRipverpodの基本的な使い方を整理しておきたくなったので書き出してみる。 Riverpod Compile safe No more ProviderNotFoundException or forgetting to handle loading state. Using Riverpod, if your code compiles, it works. 定義したグローバル変数を直接参照するので、コンパイルできる=型があっていれば、動作が保証されると。より安全にプログラミングできるってことですね。 Provider, without its limitations