Skip to content

Commit 6e472cf

Browse files
authored
- (#306)
1 parent 46ef47a commit 6e472cf

File tree

10 files changed

+6
-2
lines changed

10 files changed

+6
-2
lines changed

examples/travel_app/assets/booking_service/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A beautiful, modern hotel named **'The Dart Inn'**. It features sleek, minimalis
1313
- **Style:** Photorealistic, high-resolution, architectural photography.
1414
- **Inspiration:** Use the Dart language logo for color and style inspiration.
1515
- **Application:** The image is for a mobile app. Details should be clear but not overly complex, with the hotel name and any logos being large and easily visible.
16+
- **Format:** 1:1 aspect ratio.
1617

1718
## The Grand Flutter Hotel
1819

@@ -24,4 +25,5 @@ A stunning, vibrant hotel called **'The Grand Flutter Hotel'**. The architecture
2425

2526
- **Style:** Photorealistic, high-resolution, capturing a feeling of beauty and innovation.
2627
- **Inspiration:** Use the Flutter logo for color and style inspiration.
27-
- **Application:** The image is for a mobile app. Details should be clear but not overly complex, with the hotel name and any logos being large and easily visible.
28+
- **Application:** The image is for a mobile app. Details should be clear but not overly complex, with the hotel name and any logos being large and easily visible.
29+
- **Format:** 1:1 aspect ratio.
1.1 MB
Loading
-2.18 MB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This folder contains prompt images for the assets generation.
2+
It should not be included into the section `assets` in pubspec.yaml.
2.45 KB
Loading
33.2 KB
Loading
4.77 KB
Loading
6.36 KB
Loading
2.22 KB
Loading

examples/travel_app/lib/src/tools/booking/booking_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class BookingService {
5858
location: 'Mountain View, CA',
5959
pricePerNight: 250.0,
6060
listingSelectionId: _generateListingSelectionId(),
61-
images: ['assets/booking_service/the_grand_flutter_hotel.png'],
61+
images: ['assets/booking_service/the_grand_flutter_hotel.jpeg'],
6262
search: search,
6363
),
6464
),

0 commit comments

Comments
 (0)