MahdiFakhrabadi
Results
1
comments of
MahdiFakhrabadi
The issue is originating from utils/formatter/as_you_type_formatter.dart Line 86: ` TextEditingValue( text: parsedText, selection: TextSelection.collapsed(offset: parsedText.length), ) ` It is possible to solve it by replacing selection to this: `selection: TextSelection.collapsed(offset:...