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.
2 parents 6b3da57 + 5eeb5b2 commit d963762Copy full SHA for d963762
src/SDK/Language/Flutter.php
@@ -79,6 +79,12 @@ public function getFiles()
79
'template' => '/flutter/lib/enums.dart.twig',
80
'minify' => false,
81
],
82
+ [
83
+ 'scope' => 'default',
84
+ 'destination' => '/lib/exception.dart',
85
+ 'template' => '/flutter/lib/exception.dart.twig',
86
+ 'minify' => false,
87
+ ],
88
[
89
'scope' => 'service',
90
'destination' => '/lib/services/{{service.name | caseDash}}.dart',
0 commit comments