As i understand from google_maps_flutter docs we need to declare google maps api key inside AppDelegate.swift
like this:
GMSServices.provideAPIKey("YOUR KEY HERE")
is there a way to use different api key for each flavor build? like for example different api key for dev and production