How to manage the state in Get.bottomSheet? flutter
i could not manage the state when i used Get.bottomSheet even when i wrap it with GetBuilder(), and use update() function. here is the code this is the function that show the comments in a bottomsheet. commentFunction(context, id, comments) {…