I am using flutter and need to hide api keys and firebase plist files in both android and ios folders. What is the best way of going about this. I put them in the git ignore file however when my teammates pull it down from github they constantly have to get the firebase plist files and then they have to get the api keys again. Is there a better method?
This is my git ignore file
**/ios/GoogleService-Info.plist
/web/index.html
/android/app/google-services.json
/lib/keys.dart