Describe the bug
The following code works fine,
void main() async {
final loading = processing('loading...');
await Future.delayed(const Duration(milliseconds: 2000));
loading.success('ok');
}
However, when the prompt contains Chinese, Japanese, or other non-English characters, I get the following output:

Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Describe the bug
The following code works fine,
However, when the prompt contains Chinese, Japanese, or other non-English characters, I get the following output:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.