Dan Field

Results 553 comments of Dan Field

The more I think about this, the more I think what I'd really like here is API availability capabilities. IOW, it's not that I really want preprocessor defines in Dart,...

@ohir - there's no sane way currently to check at runtime whether a particular method (or method signature) is defined, and certain things are checked at compile time (like whether...

/cc @willlarche fyi

I believe I ran this on Desktop, but it's been a little while.

Pedantic provides a common set of analysis lints (code style rules) that are "recommended" for larger team projects. It's also possible to just provide custom analysis rules in your `analysis_options.yaml`,...

And it's maintained by the Googler who manages what lints are applied on Google's Dart based projects.

It would probably be best to just add or remove lints as the project sees fit beyond pedantic. I am not familiar with pedantic_mono.

I'd find it helpful if you shared a small but complete example of the issue. Some places where this could possibly go wrong: - The font isn't getting included in...

What if you remove the width/height attributds from the svg element?

What version are you using?