Junior
What are the naming rules for source code files in Dart?
sobes.tech AI
Answer from AI
File names in Dart should be written in lowercase in snake_case style.
Examples:
my_widget.dartdata_service.dartuser_model.dart
sobes.tech AI
Answer from AI
File names in Dart should be written in lowercase in snake_case style.
Examples:
my_widget.dartdata_service.dartuser_model.dart