From 04095fb17a32bc91ac985f19b18d652b1a0bcf27 Mon Sep 17 00:00:00 2001 From: Pante Date: Fri, 4 Oct 2024 12:46:49 +0000 Subject: [PATCH] Commit from GitHub Actions (Forui Presubmit) --- forui/lib/src/widgets/select_group/select_group.dart | 2 +- forui/lib/src/widgets/select_group/select_group_item.dart | 3 ++- .../src/widgets/select_group/select_group_golden_test.dart | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/forui/lib/src/widgets/select_group/select_group.dart b/forui/lib/src/widgets/select_group/select_group.dart index 5de7439e2..58fc1921e 100644 --- a/forui/lib/src/widgets/select_group/select_group.dart +++ b/forui/lib/src/widgets/select_group/select_group.dart @@ -2,11 +2,11 @@ import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; -import 'package:forui/src/widgets/select_group/select_group_item.dart'; import 'package:meta/meta.dart'; import 'package:forui/forui.dart'; +import 'package:forui/src/widgets/select_group/select_group_item.dart'; /// A set of items that are treated as a single selection. /// diff --git a/forui/lib/src/widgets/select_group/select_group_item.dart b/forui/lib/src/widgets/select_group/select_group_item.dart index b0af2c9fe..c518f2b21 100644 --- a/forui/lib/src/widgets/select_group/select_group_item.dart +++ b/forui/lib/src/widgets/select_group/select_group_item.dart @@ -1,9 +1,10 @@ import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; -import 'package:forui/forui.dart'; import 'package:meta/meta.dart'; +import 'package:forui/forui.dart'; + @internal class FSelectGroupItemData extends InheritedWidget { static FSelectGroupItemData of(BuildContext context) { diff --git a/forui/test/src/widgets/select_group/select_group_golden_test.dart b/forui/test/src/widgets/select_group/select_group_golden_test.dart index a4a605062..f3fec98ca 100644 --- a/forui/test/src/widgets/select_group/select_group_golden_test.dart +++ b/forui/test/src/widgets/select_group/select_group_golden_test.dart @@ -44,7 +44,7 @@ void main() { await expectLater(find.byType(TestScaffold), matchesGoldenFile('blue-screen.png')); }); - + for (final (name, theme, background) in TestScaffold.themes) { testWidgets('$name with checkbox', (tester) async { await tester.pumpWidget(