Use the following naming conventions
PascalCase
for class names.camelCase
for variable and function names.underscore_notation
for file names, aligning with the folder name.user_provider.dart
(with the parent folder named providers
) or user_model.dart
are exemplary file names. This convention aids in file identification and organization, making the project structure more intuitive.
Example: