Require Google place for voice reviews
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 1m49s

This commit is contained in:
Ruslan Bakiev
2026-05-09 14:18:07 +07:00
parent b819b51c1f
commit f5f59d3020
4 changed files with 8 additions and 10 deletions

View File

@@ -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 [],