Flutter Get.to Navigation Not Updating ChattingView with New User Data
I’m using the Get package in Flutter for navigation in my chat application. I have a ChattingView that opens when a user taps on a conversation. However, navigating to a new ChattingView with a different user does not update the view; it reuses the existing instance.