Skip to content

hitotsu01ki/riverpod-project

Repository files navigation

riverpod 2.x 実習用プロジェクト

riverpod 2.x 系の使い方をまとめたもの

こちらの記事 でも解説しています。

00実行環境編

プロジェクトのDart/Flutterのバージョン指定

https://github.com/hitotsu01ki/riverpod-project/blob/master/pubspec.yaml

asdf install用のファイル

https://github.com/hitotsu01ki/riverpod-project/blob/master/.tool-versions

VSCodeの実行用環境変数

https://github.com/hitotsu01ki/riverpod-project/blob/master/.vscode/launch.json

https://github.com/hitotsu01ki/riverpod-project/blob/master/env/dart-define.dev.json

VSCodeの設定周り(プロジェクト共通)

https://zenn.dev/team_soda/articles/40d66efe1c5d77#vscode%E3%81%AE%E8%A8%AD%E5%AE%9A%E5%91%A8%E3%82%8A(%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E5%85%B1%E9%80%9A)

01riverpod の基礎を学ぶ

https://github.com/hitotsu01ki/riverpod-project/blob/master/lib/example/example01controller.dart

02Hook の基礎を学ぶ

https://github.com/hitotsu01ki/riverpod-project/tree/master/lib/example/example02

03Ref の基礎を学ぶ

https://github.com/hitotsu01ki/riverpod-project/tree/master/lib/example/example03

https://github.com/hitotsu01ki/riverpod-project/blob/master/lib/example/example03controller.dart

04コード分割とリファクタリング の基礎を学ぶ

https://github.com/hitotsu01ki/riverpod-project/tree/master/lib/example/example04

05環境変数 の基礎を学ぶ

https://github.com/hitotsu01ki/riverpod-project/blob/master/lib/example/example05controller.dart

06テストの書き方 の基礎を学ぶ

https://github.com/hitotsu01ki/riverpod-project/blob/master/test/example06controller_test.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages