Skip to content

Commit

Permalink
test: revision
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithdv committed Nov 13, 2024
1 parent c43c65d commit fc8e51b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/altive_lints/example/lints/avoid_single_child.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class MyWidget extends StatelessWidget {
]
],
),

Column(
children: [
if(isValued)...[
Expand All @@ -128,6 +128,7 @@ class MyWidget extends StatelessWidget {
]
: [
const Text('Hello'),
const Text('World'),
],
),
if (random.nextBool())
Expand Down

0 comments on commit fc8e51b

Please sign in to comment.