Skip to content

Commit

Permalink
Merge pull request #123 from lohanidamodar/fix-flutter-missing-file
Browse files Browse the repository at this point in the history
Fix added missing file to the list
  • Loading branch information
eldadfux authored Mar 3, 2021
2 parents 6b3da57 + 5eeb5b2 commit d963762
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SDK/Language/Flutter.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ public function getFiles()
'template' => '/flutter/lib/enums.dart.twig',
'minify' => false,
],
[
'scope' => 'default',
'destination' => '/lib/exception.dart',
'template' => '/flutter/lib/exception.dart.twig',
'minify' => false,
],
[
'scope' => 'service',
'destination' => '/lib/services/{{service.name | caseDash}}.dart',
Expand Down

0 comments on commit d963762

Please sign in to comment.