Skip to content
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

Consider making the generated compatible with implicit-dynamic: false #268

Closed
simolus3 opened this issue Dec 5, 2019 · 0 comments
Closed
Labels
generator Affects the generator

Comments

@simolus3
Copy link
Owner

simolus3 commented Dec 5, 2019

In general, the generated code shouldn't have to care about lints, as those can be ignored for .g.dart files.

Language features, like implicit-dynamic: false, strict-interference: true and strict-raw-types: true are harder to ignore for specific files. To support users wanting to use a stricter type system, we should consider making the generated code compatible with these features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generator Affects the generator
Projects
None yet
Development

No branches or pull requests

1 participant