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

@@ -84,6 +84,7 @@ extension PlaceTraitText on PlaceTrait {
class PlaceRecommendation {
const PlaceRecommendation({
required this.id,
required this.googlePlaceId,
required this.name,
required this.area,
required this.photoUrls,
@@ -92,6 +93,7 @@ class PlaceRecommendation {
});
final String id;
final String googlePlaceId;
final String name;
final String area;
final List<String> photoUrls;