Skip to content

Commit cf14524

Browse files
committed
update
1 parent b9a124b commit cf14524

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

templates/v5/view.dart.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ part of '___SCREEN_FILE___';
33
44
// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
55
6-
final class _View extends T___SCREEN_CLASS___View {
6+
final class _View extends TAdaptive___SCREEN_CLASS___View {
77
//
88
//
99
//
@@ -13,4 +13,18 @@ final class _View extends T___SCREEN_CLASS___View {
1313
return const Placeholder();
1414
}
1515
}
16+
17+
// Or use the simpler version below, that has no adaptive support:
18+
/*
19+
final class _View extends T___SCREEN_CLASS___View {
20+
//
21+
//
22+
//
23+
24+
@override
25+
Widget build(BuildContext context) {
26+
return const Placeholder();
27+
}
28+
}
29+
*/
1630
```

0 commit comments

Comments
 (0)