I want to build a form which consist of fields that will update it's value based on the value coming from socket.
Usecase
I am planning to place the socket connection inside FormGroupCubit and update appropriate fields based on the value. If the connection fails, I want to show full screen error.
I want to build a form which consist of fields that will update it's value based on the value coming from socket.
Usecase
I am planning to place the socket connection inside
FormGroupCubitand update appropriate fields based on the value. If the connection fails, I want to show full screen error.