pubspec.yaml
file:google-services.json
file into android/app
folder in your project directory.google-services.json
file while creating the app in Firebase console. If you haven't, please consult this thread (section Get a config file for your Android app).flutter build apk
command obfuscates your code by default. flutter build apk --no-shrink
command to compile your code without obfuscation.