Skip to content

processing() only works with English prompts #7

Description

@Arxing

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:

Image

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 11

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions