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
The Flutter Style Guide discourages the use of generator functions, citing there's runtime overhead.
I wish this behaviour and trade-offs were documented somewhere.
Also, should the List/Iterable tutorials have a link to the generator docs?
The text was updated successfully, but these errors were encountered:
Thanks for filing an issue, @feinstein. This does feel like something that would fit into the generators section in the function documentation:
https://dart.dev/language/functions#generators
Do you mind sharing a link for the tutorials you're referring to?
Sorry, something went wrong.
Sure:
https://dart.dev/language/collections
https://dart.dev/libraries/async/using-streams
No branches or pull requests
The Flutter Style Guide discourages the use of generator functions, citing there's runtime overhead.
I wish this behaviour and trade-offs were documented somewhere.
Also, should the List/Iterable tutorials have a link to the generator docs?
The text was updated successfully, but these errors were encountered: