The Exception looks like this:
{"exception":"Unsupported operation: Infinity or NaN toInt","stack":"#0 Bs.cXb (zUg)\n#1 _xga.GLb. (jVg:958)\n#2 _Efa.pZb (YUg:130)\n#3 _Zca.FYb (zUg:3094)\n#4 _Zca.FYb (zUg:3097)\n#5 CA.FYb (zUg:4441)\n#6 RY.Eib (YUg:60)\n#7 Mha.Ohe (xVg:464)\n#8 pia.Vie (FV.......
I get the error in the main-function with:
Future main() async { runZonedGuarded(() async { ... FlutterError.onError = (FlutterErrorDetails errorDetails) { SendEmail(errorDetails.exception, errorDetails.stack); ......