You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hot reloading the app on a IPhone XR an Platform Exception is thrown and the Map is blank this has also happend in Production when the App runs for a long time.
Steps to Reproduce
Hot reload App
Expected Results
App should restart as normal
Actual Results
throws exceptiond and shows blank Map
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(recreating_view, trying to create an already created view, view id: '0', null)
#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:646:7) #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334:18)
Platforms
iOS
Version of flutter maplibre_gl
0.20.0
Bug Description
When hot reloading the app on a IPhone XR an Platform Exception is thrown and the Map is blank this has also happend in Production when the App runs for a long time.
Steps to Reproduce
Expected Results
App should restart as normal
Actual Results
throws exceptiond and shows blank Map
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(recreating_view, trying to create an already created view, view id: '0', null)
#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:646:7)
#1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334:18)
#2 PlatformViewsService.initUiKitView (package:flutter/src/services/platform_views.dart:248:5)
#3 _DarwinViewState._createNewUiKitView (package:flutter/src/widgets/platform_view.dart:921:36)
Code Sample
The text was updated successfully, but these errors were encountered: