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
Package build_runner has a watch mode, to enable generating files on save.
build_runner
watch
If we introduce a hook/generate.dart it would likely have a batch mode, and a watch mode.
hook/generate.dart
batch
FFIgen currently only has a batch mode, we should consider starting to support a watch mode.
This will require first solving:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package
build_runner
has awatch
mode, to enable generating files on save.If we introduce a
hook/generate.dart
it would likely have abatch
mode, and awatch
mode.FFIgen currently only has a batch mode, we should consider starting to support a watch mode.
This will require first solving:
The text was updated successfully, but these errors were encountered: