App crashing on clicking 'go home' button
kamlesh1687 opened this issue · 2 comments
kamlesh1687 commented
X-Wei commented
Thanks for reporting & nice catch!
This is because I depend on widget.runtimeType
to determine their route names, but meanwhile I used --obfuscate
flag when building the apk and this caused a name mismatch. (Cf. https://flutter.dev/docs/deployment/obfuscate#caveat)
I will fix this in the next app release.
kamlesh1687 commented
Okay sure, Thanks.