planets-flutter icon indicating copy to clipboard operation
planets-flutter copied to clipboard

prefer lowercase library file names

Open devoncarew opened this issue 8 years ago • 0 comments

Generally, the Dart convention is to use lower_case file names for libraries. So, https://github.com/sergiandreplace/planets-flutter/blob/master/lib/Theme.dart would be theme.dart.

https://www.dartlang.org/guides/language/effective-dart/style#do-name-libraries-and-source-files-using-lowercase_with_underscores

YMMV of course -

devoncarew avatar Oct 12 '17 17:10 devoncarew