回答編集履歴
1
リンクの有効化
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
https://riverpod.dev/docs/concepts/reading#obtaining-a-ref-from-a-provider
|
5
|
+
[https://riverpod.dev/docs/concepts/reading#obtaining-a-ref-from-a-provider](https://riverpod.dev/docs/concepts/reading#obtaining-a-ref-from-a-provider)
|
6
6
|
|
7
7
|
|
8
8
|
|
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
|
48
48
|
|
49
|
-
UserクラスのConstructorでrefを渡すことで、以下のようにして authUserProvider を読めるようになります。
|
49
|
+
UserクラスのConstructor経由でrefを渡すことで、以下のようにして authUserProvider を読めるようになります。
|
50
50
|
|
51
51
|
|
52
52
|
|