dart-docker icon indicating copy to clipboard operation
dart-docker copied to clipboard

App Crash on start FlutterEngine

Open mralirazaamjad opened this issue 1 year ago • 2 comments

I have a flutter project and I integrated that flutter project in live appstore iOS app and working fine with Dart 3.1.2 . But now I upgraded my flutter with Dart version 3.4.4 and try to install in my iOS app it crashed on initializing FlutterEngine and showing this error. [VERBOSE-3:dart_vm_initializer.cc(89)] Error while initializing the Dart VM: Wrong full snapshot version, expected '7dbbeeb8ef7b91338640dca3927636de' found 'd20a1be77c3d3c41b2a5accaee1ce549'

I tried all solutions of this page. https://stackoverflow.com/questions/53431517/flutter-app-error-while-initializing-the-dart-vm-wrong-full-snapshot-version-e

But nothing work for me. My iOS Xcode project minimum deployment target is 12.0.

mralirazaamjad avatar Jul 23 '24 11:07 mralirazaamjad

Hi @mralirazaamjad I am facing same issue, Did you find any solution? please update if any.

Thanks Khizar

khizarhayat avatar Jul 24 '24 10:07 khizarhayat

Not yet. I am stuck

mralirazaamjad avatar Jul 24 '24 10:07 mralirazaamjad

I don't think this has anything to do with dart-docker.

athomas avatar Mar 31 '25 16:03 athomas