본문 바로가기
Flutter

[Flutter] How can i get int data from TextEditingController in flutter

by hymndaniel 2022. 4. 27.
 int var =int.parse(_section_id.text);

 

Reference

https://stackoverflow.com/questions/56207275/how-can-i-get-int-data-from-texteditingcontroller-in-flutter

 

How can i get int data from TextEditingController in flutter

i want to get int data entered in the TextField() in flutter, i using TextEditingController: TextEditingController _section_id = new TextEditingController(); and using this controller in it: Tex...

stackoverflow.com

 

728x90