Freezed Class/ Model not being updated by copyWith #1115
Unanswered
aldrin-goyazi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to freezed and riverpod. I tried creating a custom Class to handle the state. But the watchers always show the initState which is null, Printed the state after the copywith , and it shows the correct value. I don't know why the state doesn't update on the watchers.
My notifier
My Freezed Class Model
Beta Was this translation helpful? Give feedback.
All reactions