I try to display multiple cards in a list. Each card is displaying a google maps (using google_maps_flutter plugin) .
When I try to display multiple cards / maps. A crash occurs (on iOS).
The crash: Flutter`SkPictureRecorder::getRecordingCanvas:
It seems related to this issue https://github.com/flutter/flutter/issues/28416 , but I do not find any workarround yet
Any solution /advice ?