Flutter – Update and Read State of a Class using RiverPod Notifier
I have the below Riverpod annotation for the provider. I would like to update the values in one page and get the updated value in next page. @riverpod class UserCardSheetInfo extends _$UserCardSheetInfo { @override UserCardInputSheet build() => const UserCardInputSheet(issuerKey: '',…