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:
2026-02-16 15:57:27 +05:30
parent 4e1a41ebff
commit 690d4f4213
7 changed files with 544 additions and 107 deletions

View File

@@ -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');
}