feat(api-keys): Replace Google Places API key with Google Maps API key across the application
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
class AppConfig {
|
||||
AppConfig._();
|
||||
|
||||
/// The Google Places API key used for address autocomplete functionality.
|
||||
static const String googlePlacesApiKey = String.fromEnvironment('GOOGLE_PLACES_API_KEY');
|
||||
|
||||
/// The Google Maps Static API key used for location preview images.
|
||||
/// The Google Maps API key.
|
||||
static const String googleMapsApiKey = String.fromEnvironment('GOOGLE_MAPS_API_KEY');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user