File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,7 @@ part of '___SCREEN_FILE___';
6
6
final class _View extends T___SCREEN_CLASS___View {
7
7
@override
8
8
Widget body(BuildContext context) {
9
- return Column(
10
- children: [
11
- // ...
12
- ],
13
- );
9
+ return const Placeholder();
14
10
}
15
11
}
16
12
```
Original file line number Diff line number Diff line change 8
8
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
9
9
//.title~
10
10
11
- import '/_common.dart';
11
+ import 'package:df_screen/df_screen.dart';
12
+
13
+ import '_index.g.dart';
12
14
13
15
// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
14
16
Original file line number Diff line number Diff line change @@ -10,11 +10,7 @@ final class _View extends T___SCREEN_CLASS___View {
10
10
11
11
@override
12
12
Widget body(BuildContext context) {
13
- return Column(
14
- children: [
15
- // ...
16
- ],
17
- );
13
+ return const Placeholder();
18
14
}
19
15
}
20
16
```
You can’t perform that action at this time.
0 commit comments