Skip to content

Conversation

polina-c
Copy link
Collaborator

@polina-c polina-c commented Sep 17, 2025

Fixes #309

Screenshot 2025-09-17 at 3 38 42 PM

@polina-c polina-c marked this pull request as ready for review September 17, 2025 22:48
@@ -17,7 +20,13 @@ final _schema = S.object(
description: 'A list of items to display in the carousel.',
items: S.object(
properties: {
'title': S.string(description: 'The title of the carousel item.'),
'description': S.string(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional: How about having a separate subtitle field or something which is shown in a different color, like a grey or something? While it's a small thing, I think it makes the UI look quite a bit more polished to have visually separated sections like that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am afraid it may make it more complicated for AI. So, we may loose reliability.
I like the idea. But I would make it P2 and test it carefully. BTW, can be a good item for external contributors.

@polina-c polina-c merged commit 0abf130 into flutter:main Sep 17, 2025
19 of 21 checks passed
@polina-c
Copy link
Collaborator Author

Merged in spite of the error as it seems main is broken: #322

@polina-c polina-c deleted the hotel-details branch September 17, 2025 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make travel carousel showing more details (like price) for hotels
2 participants