feat: Implement Google Places Autocomplete for Staff Location
- Implemented strictly filtered Google Places Autocomplete (cities only) for Staff Profile Setup. - Centralized Google Places API Key configuration in Core AppConfig. - Updated Client Hubs to use the centralized AppConfig. - Verified ViewOrdersCubit logic for weekly order summaries.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import 'package:krow_core/krow_core.dart';
|
||||
|
||||
class HubsConstants {
|
||||
static const String googlePlacesApiKey = String.fromEnvironment('GOOGLE_PLACES_API_KEY');
|
||||
static const String googlePlacesApiKey = AppConfig.googlePlacesApiKey;
|
||||
static const List<String> supportedCountries = <String>['us'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user