Change the app label name is documented via this link :
Android : https://flutter.dev/docs/deployment/android
IOS : https://flutter.dev/docs/deployment/ios
For android, you need to edit at AndroidManifest.xml.
This file can be located inside
android / app / src / main / AndroidManifest.xml
Find the tag andoid:label to change the app label name for android.
Thanks.