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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user