Flutter GetXController : "Unhandled Exception: '!isClosed': You cannot add event to closed Stream"
Try to add this just after the declaration of the controller on the stateless widget:
controller.onInit();
Try to add this just after the declaration of the controller on the stateless widget:
controller.onInit();