@hariprasadms: Multiple people have faced the same issue with their Flutterflow project, and I had also posted in the FF community forum. The issue is related to some Flutter packages being used by FlutterFlow, and hence this warning and error message appears when publishing to the App Store...
How that will work you can already see in this branch: https://github.com/Baseflow/flutter_cached_network_image/blob/feature/octo_image/lib/src/cached_image_widget.dart For tracking web support there is already ticket #303 so I'll close this one. You can already just use OctoImage with ...
@override Future<LocationTrackingData> getLocation({bool forceRefresh = false, bool useTimeout = true}) async { if (!forceRefresh) { try { if (_hasMergedCurrentPositionStream) return _currentPositionStream.first; } catch (e) { logger.debug('Failed to get the current location from stream: $...