Flutter – Why StateNotifierProvider not update state in UI
I'm currently developing Android/iOS apps using flutter_riverpod. And I'm trying to redraw the UI using StateNotifierProvider. However, although the state should have been updated, only the UI is not updated. My StateNotifierProvider code Here, user information is managed by StateNotifierProvider.…