简体   繁体   中英

Flutter release app crashes after first screen

I am working on an app that uses firebase sign. The application is working perfectly on debug mode but when I release it, the application crashes just after the user as successfully login. Since the application is in release mode, there is no way to monitor the logs so as to tell where the error is coming from.

I was using flutter 2.8 from the stable channel but after reading some of the things said on this post , I decided to upgrade to the latest version of the stable channel but still, nothing works. I will appreciate help.

  • I have clean and pub get
  • I have use the "--no-shrink" command

I finally fixed it. I added no shrink command to my build.gradle

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM