We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d3dd7 commit 57607eeCopy full SHA for 57607ee
src/SDK/Language/Dart.php
@@ -414,7 +414,7 @@ public function getFiles(): array
414
],
415
[
416
'scope' => 'service',
417
- 'destination' => '/lib/services/{{service.name | caseDash}}.dart',
+ 'destination' => '/lib/services/{{service.name | caseSnake}}.dart',
418
'template' => 'dart/lib/services/service.dart.twig',
419
420
@@ -429,7 +429,7 @@ public function getFiles(): array
429
430
431
432
- 'destination' => '/test/services/{{service.name | caseDash}}_test.dart',
+ 'destination' => '/test/services/{{service.name | caseSnake}}_test.dart',
433
'template' => 'dart/test/services/service_test.dart.twig',
434
435
0 commit comments