App crashing on launch on actual device but works on simulators

Hi, I've just built my existing project on a new macBook m1 machine with Big Sur. I'm able to build and run the app on simulator using xcode with Roseta. But on actual device it crashes on launch. I'm not able to debug from the crash log. Any help would be immensely appreciated.

Please find the attached log

2   libsystem_c.dylib             	0x0000000199b1eb84 abort + 124 (abort.c:118)
3   Flutter                       	0x0000000100ff4a18 0x100d08000 + 3066392

Something in Flutter called abort. You should fully symbolicate the crash report, and then direct follow-up questions to Flutter's support.

App crashing on launch on actual device but works on simulators
 
 
Q