flutter_circular_text icon indicating copy to clipboard operation
flutter_circular_text copied to clipboard

Flutter circular text widget

Results 4 flutter_circular_text issues
Sort by recently updated
recently updated
newest added

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._

When the _CircularText_ Widget is updated with a new _TextItem_ it will throw an exception. Reason for the exception: _children_ had 2 items (for-loop), but _oldDelegate.children_ still had one item...

how to fix rtl text

I would like to have a background container along with the circular text which have rounded corners. And with a gradient bg color. For the time being it seems impossible...