How to add user input fields on canvas on specific position to get inputs from user in flutter

  Kiến thức lập trình

I have some requirement regarding canvas rendering in that I want to place textfield , radio , checkbox , date picker and other input fields on canvas based on it position received from Json response.

I haven’t found any solution or appropriate flow to deal with this requirement

LEAVE A COMMENT