Can't update AlertDialog on state Change in flutter/Riverpod
My goal is to create an alert dialogue in which a friend can be selected from a list of friends and then something is sent to them. I would like to implement this in riverpod, I have written a provider…