jankuss/genq

Regenerate the part classes when the files are saved

Opened this issue · 3 comments

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

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.

Yes, I would expect something like genq --watch

And yeah, it should regenerates when a file changes.

That will be super useful 🚀