sametciftcidev

Results 1 comments of sametciftcidev
trafficstars

Hey, I have solved this problem by adding the line below in the project file (widgets/input_widget.dart) Just add `controller!.selection = TextSelection.collapsed(offset: phoneNumber.length);` under ``` controller!.text = widget.formatInput ? phoneNumber :...