flutter-ui-nice icon indicating copy to clipboard operation
flutter-ui-nice copied to clipboard

Rename the file to follow the Dart guidelines

Open jeancsanchez opened this issue 6 years ago • 1 comments

I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)

Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensures that the name is still a valid Dart identifier, which may be helpful if the language later supports symbolic imports.

jeancsanchez avatar Oct 14 '19 14:10 jeancsanchez

I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)

Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensures that the name is still a valid Dart identifier, which may be helpful if the language later supports symbolic imports.

Thanks for your advice. But I like this one.

nb312 avatar Oct 15 '19 06:10 nb312