Devon Carew

Results 381 comments of Devon Carew

From a discussion with @leafpetersen, he considered this a clear win - adding it would provide value to users w/o any real downsides.

For posterity, from https://dart.dev/tools/analysis#enabling-additional-type-checks: > Directs the type inference engine to never chooses the dynamic type when it can’t determine a static type. > > final lines = {}; //...

I'm going to hold off on landing this for a bit.

👍 - we're planning to publish this soon

We need more investigation to take action here, and will likely evaluate `strict-inference` and `strict-raw-types` as well.

From a discussion with @leafpetersen, he thought this was likely worth adding, if we can handle the special case for common patterns in web code.

cc @lrhn, @natebosch, and @goderbauer for review

Based in the comments above, lets delay adding this to the ruleset until the lint's been: - available from the stable sdk - we've tried it on a few larger...

I suspect we do want to update dartdoc to not rely on the library name to decide what the generated file paths should look like - that it should be...

From an offline discussion: - this aligns with the effective dart guidance - the flutter/flutter repo will not be able to use this out of the box but could add...