Require Google place for voice reviews
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 1m49s
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 1m49s
This commit is contained in:
@@ -178,6 +178,7 @@ class MapflowApi {
|
||||
final place = item as Map<String, dynamic>;
|
||||
return PlaceRecommendation(
|
||||
id: place['id'] as String,
|
||||
googlePlaceId: place['googlePlaceId'] as String,
|
||||
name: place['name'] as String,
|
||||
area: '',
|
||||
photoUrls: const [],
|
||||
|
||||
Reference in New Issue
Block a user