React native – Flutter: ArcGIS Map View as a Platform View Crashes on Android
I am trying to host a native MapView from the ArcGIS Maps SDK for Kotlin v200.1 inside a Flutter app. This is my main.dart file, which simply displays a custom MapView widget inside a Scaffold: // lib/main.dart import 'package:flutter/material.dart'; import…