feat(staff): Refactor Shift Cards & Integrate Google Maps
Refactors MyShiftCard to match prototype design with expandable details, bold typography, and Google Static Maps integration. Updates AppConfig for API keys.
This commit is contained in:
@@ -6,4 +6,7 @@ class 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.
|
||||
static const String googleMapsApiKey = String.fromEnvironment('GOOGLE_MAPS_API_KEY');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user