Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

https://discord.com/channels/1155780586871468093/1458198399206686871/1458386972199358466

Thanks for the suggestion! Using a git reference is definitely a clean way to decouple dependencies.

However, since I'm maintaining this as a Monorepo, I decided to go with a 'Dual Clone' strategy on the Windows side and keep using the local path dependency (../client).

Even though the client code is auto-generated, the development loop feels faster this way. With a git reference, I'd have to push to GitHub and run flutter pub upgrade on Windows for every schema change. With the dual clone setup, a simple git pull updates the generated files locally, allowing the compiler to pick them up immediately.

P…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by omerfarukdinder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant