-
Notifications
You must be signed in to change notification settings - Fork 27.6k
New issue
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
Flutter tool extensibility support #13834
Comments
I'd like to see some specs that would allow me to do code generation before build starts.
and preferrably extensible to packages in some shape or form, but I'd be happy to develop based on the above spec to kick it off. |
I get the feeling that this |
Closing as a dup of #25377 |
Crazy question -- it seems like a lot of uses of annotations could be support be the language itself, rather that making dependencies on specific build tool (e.g. annotations macros that take a class and return a class, or take a function and return a function). Any plans to support this in the future? |
@stuz5000 While I completely agree with you, I think that's probably a better issue for the |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
It's not sustainable for the
flutter
tool to support all the commands that all developers collectively desire. It's much more sustainable to support an extensibility model where the tool itself can be extended by adding in "tools plugins".flutter dart foo.dart
to rundart foo.dart
with FLUTTER_ROOT set #13607The text was updated successfully, but these errors were encountered: