Skip to content

Commit d85b503

Browse files
committed
update
1 parent cf14524 commit d85b503

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

templates/v5/view.dart.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ final class _View extends TAdaptive___SCREEN_CLASS___View {
1414
}
1515
}
1616
17-
// Or use the simpler version below, that has no adaptive support:
1817
/*
18+
// Or use this version, that has no adaptive support:
1919
final class _View extends T___SCREEN_CLASS___View {
20-
//
21-
//
22-
//
23-
2420
@override
2521
Widget build(BuildContext context) {
2622
return const Placeholder();

0 commit comments

Comments
 (0)