mitesh77 / Best-Flutter-UI-Templates

completely free for everyone. Its build-in Flutter Dart.
Other
20.2k stars 4.51k forks source link

Rename the file to follow the Dart guidelines #15

Closed jeancsanchez closed 4 years ago

jeancsanchez commented 4 years ago

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

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.

mitesh77 commented 4 years ago

I updated for this issue thanks for loothood