Hello, I developed a flutter app. But its crashing in review I got. I am attaching the crash report. Can someone help in that. Thanks so much

The presence of the Last Exception Backtrace section indicates that your app crashed because of an unhandled language exception. Looking at that backtrace I see this:

Last Exception Backtrace:
0   CoreFoundation    … __exceptionPreprocess + 164
1   libobjc.A.dylib   … objc_exception_throw + 60
2   CoreFoundation    … -[NSException initWithCoder:] + 0
3   FirebaseCore      … +[FIRApp addAppToAppDictionary:] + 168
4   FirebaseCore      … +[FIRApp configureWithName:options:] + 652
5   Runner            … 0x102e6c000 + 21896
6   Runner            … 0x102e6c000 + 31356
7   Flutter           … 0x105ba8000 + 6040944
8   Flutter           … 0x105ba8000 + 277772
9   libdispatch.dylib … _dispatch_call_block_and_release + 32

In frame 4 your app has called into a third-party library which has then thrown this exception. It’s hard to say why, but I recommend that you look at how you call this code.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Hello, I developed a flutter app. But its crashing in review I got. I am attaching the crash report. Can someone help in that. Thanks so much
 
 
Q