Skip to content

Commit d963762

Browse files
authored
Merge pull request #123 from lohanidamodar/fix-flutter-missing-file
Fix added missing file to the list
2 parents 6b3da57 + 5eeb5b2 commit d963762

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/SDK/Language/Flutter.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ public function getFiles()
7979
'template' => '/flutter/lib/enums.dart.twig',
8080
'minify' => false,
8181
],
82+
[
83+
'scope' => 'default',
84+
'destination' => '/lib/exception.dart',
85+
'template' => '/flutter/lib/exception.dart.twig',
86+
'minify' => false,
87+
],
8288
[
8389
'scope' => 'service',
8490
'destination' => '/lib/services/{{service.name | caseDash}}.dart',

0 commit comments

Comments
 (0)