Skip to content

Commit d37a6fc

Browse files
committed
Add missing file for flutter
1 parent fe9b523 commit d37a6fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SDK/Language/Flutter.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ public function getFiles(): array
6060
'destination' => '/lib/models.dart',
6161
'template' => 'dart/lib/models.dart.twig',
6262
],
63+
[
64+
'scope' => 'default',
65+
'destination' => '/lib/enums.dart',
66+
'template' => 'dart/lib/enums.dart.twig',
67+
],
6368
[
6469
'scope' => 'default',
6570
'destination' => '/lib/permission.dart',

0 commit comments

Comments
 (0)