istornz / flutter_live_activities

A Flutter plugin to use iOS 16.1+ Live Activities ⛹️ & iPhone Dynamic Island 🏝️ features
https://dimitridessus.fr/
MIT License
161 stars 48 forks source link

Concurrent modification during iteration - removeImagesSession error #61

Open charlesRmajor opened 9 months ago

charlesRmajor commented 9 months ago

I'm seeing this error message. Doesn't seem to be breaking things, just FYI. I'll try to get a PR in to fix it soon.

[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: Concurrent modification during iteration: Instance(length:9) of '_GrowableList'.
#0      ListIterator.moveNext (dart:_internal/iterable.dart:338:7)
#1      AppGroupsImageService.removeImagesSession (package:live_activities/services/app_groups_image_service.dart:97:29)
<asynchronous suspension>