Skip to content

Conversation

@jacobsimionato
Copy link
Collaborator

@jacobsimionato jacobsimionato commented Nov 17, 2025

The main change here is to explain that you need to run uv from server/verdure.

Fixes #533

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the server build instructions for the Verdure example to correctly point to the server/verdure directory for running uv. It also adds a necessary prerequisite for running the Flutter client and includes some minor formatting and dependency updates. The changes make the instructions clearer and more accurate. I've identified one minor issue with a broken link in a newly added README file and provided a suggestion to fix it.

@@ -0,0 +1,3 @@
# Verdure Landscape Design Example

See running instructions at [examples/verdure/README.md](examples/verdure/README.md). No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The relative link to the main README.md is incorrect. From the current directory (examples/verdure/server/verdure/), the path should be ../../README.md to correctly point to examples/verdure/README.md.

Suggested change
See running instructions at [examples/verdure/README.md](examples/verdure/README.md).
See running instructions at [examples/verdure/README.md](../../README.md).

@gspencergoog gspencergoog merged commit 7292fd0 into flutter:main Nov 17, 2025
2 checks passed
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.

Can't build Verdure server with uv run etc.

2 participants