We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
want to programmatically delete (backspace) a text input. and use manualDelete method.
if text contains emoji like π π¨βπ©βπ¦ , it will throw substring does not support UTF-16. this is issue from dart dart-lang/sdk#35798
substring does not support UTF-16
The text was updated successfully, but these errors were encountered:
done d7741ac
Sorry, something went wrong.
zmtzawqlp
No branches or pull requests
Content
want to programmatically delete (backspace) a text input. and use manualDelete method.
if text contains emoji like π π¨βπ©βπ¦ , it will throw
substring does not support UTF-16
. this is issue from dart dart-lang/sdk#35798The text was updated successfully, but these errors were encountered: