Run flutter analyze, flutter run -v, and go through the output logs. This helps you catch unresolved warnings in the code and also check if you’ve accidentally printed any sensitive information to the console. Run flutter run --profile. Use Flutter ...
huynq.dev2 min read
No responses yet.