flutter_circular_text icon indicating copy to clipboard operation
flutter_circular_text copied to clipboard

Bugfix unicode

Open TomTom0815 opened this issue 3 years ago • 0 comments

Fixed issues with unicode characters.

(See original dart documentation https://api.flutter.dev/flutter/dart-core/String/split.html)

To get a list of strings containing the individual runes of a string, you should not use split.

TomTom0815 avatar Mar 29 '22 14:03 TomTom0815