3

getting this exception on release mode

Error while initializing the Dart VM: Precompiled runtime requires a precompiled snapshot

Flutter version 2.0.4

James Z
  • 12,209
  • 10
  • 24
  • 44
Chirag
  • 156
  • 1
  • 10
  • I have same issue in my case i have android and flutter combined code. First of all 2-3 activities from android that is running good after that call flutter activity then system crash and give me Error while initializing the Dart VM: Precompiled runtime requires a precompiled snapshot This is only in release mode in debug mode every thing is fine and faced this only after update flutter version 2.0.4 before that on 1.22.4 it was working. – Pankaj Bansal Apr 23 '21 at 12:32
  • Still no answer for this question ? – Dhiren Basra Jan 22 '23 at 10:21

1 Answers1

0

Switch Flutter to master branch

Aia Ashraf
  • 134
  • 5