Flutter does not copy assets into iOS 14 simulator?
Not sure what I am doing wrong. I specify my assets in pubspec.yml like so assets: - assets/markers/station.png - assets/markers/other/ - assets/markers/files/ and try loading it as a marker image with flutter map: child: FlutterMap( options: MapOptions( center: const LatLng(32.8150,…