flutter_circular_text icon indicating copy to clipboard operation
flutter_circular_text copied to clipboard

check array access index - avoid exception

Open TomTom0815 opened this issue 3 years ago • 0 comments

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

TomTom0815 avatar Mar 18 '22 16:03 TomTom0815