With google_maps_flutter: ^2.1.1 on iOS physical device, I have this console warning message:
Runner[15058[/0x1067e8580]()] [lvl=3]
+[GMSx_CCTClearcutUploader crashIfNecessary] Multiple instances of CCTClearcutUploader were instantiated.
Multiple uploaders function correctly but have an adverse affect on battery performance due to lock contention.
Flutter setup:
Flutter is already up to date on channel stable
Flutter 2.10.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 097d3313d8 (7 days ago) • 2022-02-18 19:33:08 -0600
Engine • revision a83ed0e5e3
Tools • Dart 2.16.1 • DevTools 2.9.2
Any idea how to fix it?