flutter_circular_text
flutter_circular_text copied to clipboard
check array access index - avoid exception
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 Fixed by adding the needed check