We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's basically a file watcher detecting when a file contains the @genq annotations is saved.
@genq
I think it would improve the UX developer avoiding us to constantly switch between the Flutter bash and the genq bash
The text was updated successfully, but these errors were encountered:
Would you expect this to be included in the genq command?
Something like
genq --watch
Which watches for changes, and regenerates when a file changes? I think we could include something like this.
Sorry, something went wrong.
Yes, I would expect something like genq --watch
And yeah, it should regenerates when a file changes.
That will be super useful 🚀
No branches or pull requests
It's basically a file watcher detecting when a file contains the
@genq
annotations is saved.I think it would improve the UX developer avoiding us to constantly switch between the Flutter bash and the genq bash
The text was updated successfully, but these errors were encountered: