InAppLocationStrings class

All user-visible copy for default widgets — override per app / locale.

Constructors

InAppLocationStrings({String permissionTitle = 'Find places near you', String permissionBody = 'We use your location to show nearby options and accurate delivery. ' 'Your location is only used to improve your experience.', String allowLocationButton = 'Allow Location', String turningOnLocationButton = 'Turning on location...', String manualEntryButton = 'Enter location manually', String useCurrentLocationButton = 'Use current location', String checkingLocation = 'Checking location...', String fetchingLocation = 'Fetching your location...', String usingLocation = 'Using location', String findingNearYou = 'Finding places near you', String settingUpLocation = 'Setting up your location', String gpsOffDialogTitle = 'Location is off', String gpsOffDialogBody = 'Turn on location in Settings so we can find your address.', String permissionDeniedForeverTitle = 'Location permission required', String permissionDeniedForeverBody = 'Location permission is permanently denied. Please enable it in app settings.', String cancel = 'Cancel', String openSettings = 'Open Settings', String retry = 'Retry', String permissionDeniedSnack = 'Location permission is required to use this feature', String gpsDisabledSnack = 'Location services are disabled. Please enable GPS.', String mapConfirmButton = 'Confirm location', String mapSearchHint = 'Search area or move the pin', String mapsApiKeyMissingTitle = 'Google Maps not configured', String mapsApiKeyMissingBody = 'Add your Maps API key to the host app (Android manifest / iOS Info.plist). ' 'See the package README — Maps section.'})
const

Properties

allowLocationButton String
final
cancel String
final
checkingLocation String
final
fetchingLocation String
final
findingNearYou String
final
gpsDisabledSnack String
final
gpsOffDialogBody String
final
gpsOffDialogTitle String
final
hashCode int
The hash code for this object.
no setterinherited
manualEntryButton String
final
mapConfirmButton String
final
mapsApiKeyMissingBody String
final
mapsApiKeyMissingTitle String
final
mapSearchHint String
final
openSettings String
final
permissionBody String
final
permissionDeniedForeverBody String
final
permissionDeniedForeverTitle String
final
permissionDeniedSnack String
final
permissionTitle String
final
retry String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settingUpLocation String
final
turningOnLocationButton String
final
useCurrentLocationButton String
final
usingLocation String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited