Replies: 1 comment 1 reply
-
You're returning a new instance of
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have written a code with two riverpod provider as below
When I called
container.read(barProvider).printFoo()
, aLateInitializationError
exception was thrown. What was I writing wrong?Beta Was this translation helpful? Give feedback.
All reactions