FlutterOpen/flutter-ui-nice

Rename the file to follow the Dart guidelines

jeancsanchez opened this issue · 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.

nb312 commented

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.