int textediting controller flutter code example
Example 1: when i type string in textediter in flutter it shows intger
Repository().placeAddApiProvider(_section_id.text)
Example 2: when i type string in textediter in flutter it shows intger
TextEditingController _section_id = new TextEditingController();