Open
Description
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.
Activity
nb312 commentedon Oct 15, 2019
Thanks for your advice. But I like this one.