Skip to content

Commit f03b18f

Browse files
committed
update
1 parent ced63e0 commit f03b18f

File tree

5 files changed

+3
-282
lines changed

5 files changed

+3
-282
lines changed

bin/test_project/lib/screens/example_screen/_bindings.g.dart

Lines changed: 0 additions & 229 deletions
This file was deleted.

bin/test_project/lib/screens/example_screen/_controller.dart

Lines changed: 0 additions & 11 deletions
This file was deleted.

bin/test_project/lib/screens/example_screen/_state.dart

Lines changed: 0 additions & 24 deletions
This file was deleted.

bin/test_project/lib/screens/example_screen/widget.dart

Lines changed: 0 additions & 15 deletions
This file was deleted.

templates/v1/widget.dart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ part '_state.dart';
1212
// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
1313
1414
@GenerateScreenBindings()
15-
final class ____WIDGET_NAME___ extends ____WIDGET_NAME___ {
16-
const ____WIDGET_NAME___({
15+
final class ___WIDGET_NAME___ extends ____WIDGET_NAME___ {
16+
const ___WIDGET_NAME___({
1717
super.key,
18-
super.configuration,
18+
super.extra,
1919
});
2020
}
2121
```

0 commit comments

Comments
 (0)