Don Olmstead
2015-11-30 18:59:05 UTC
I've been enabling lints, http://dart-lang.github.io/linter/lints/, through
.analysis_options and seeing how my codebase does. I ran the flutter
specific ones and they seem to be in opposition to the standard practices
that have been pushed by the Dart team. I actually got out of the habit of
typing everything and moving to var but that seems to be something the
flutter team does not want to do. Is there a particular benefit to this if
I have a library that I would want to run in flutter?
Basically with this and strong mode I'm really not sure how my code should
look.
.analysis_options and seeing how my codebase does. I ran the flutter
specific ones and they seem to be in opposition to the standard practices
that have been pushed by the Dart team. I actually got out of the habit of
typing everything and moving to var but that seems to be something the
flutter team does not want to do. Is there a particular benefit to this if
I have a library that I would want to run in flutter?
Basically with this and strong mode I'm really not sure how my code should
look.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.