dart-lang / dart-docker

Docker images for the Dart programming language (https://dart.dev)
BSD 3-Clause "New" or "Revised" License
67 stars 15 forks source link

App Crash on start FlutterEngine #201

Open mralirazaamjad opened 1 month ago

mralirazaamjad commented 1 month ago

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.

khizarhayat commented 1 month ago

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

Thanks Khizar

mralirazaamjad commented 1 month ago

Not yet. I am stuck