Víctor Diví

Results 1 comments of Víctor Diví

I managed to solve the crash in the production APK by adding the --no-shrink flag to the build: ``` flutter build apk --no-shrink --split-per-abi ``` My only guess is that...