From b09eae7688fdae2fcfb3ad5b3536134a68cde82d Mon Sep 17 00:00:00 2001 From: Pante Date: Thu, 6 Jun 2024 07:32:28 +0000 Subject: [PATCH] Commit from GitHub Actions (Forui Presubmit) --- forui/lib/src/widgets/text_field/text_field.dart | 3 ++- forui/test/src/widgets/text_field_golden_test.dart | 5 +++-- forui/test/src/widgets/text_field_test.dart | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/forui/lib/src/widgets/text_field/text_field.dart b/forui/lib/src/widgets/text_field/text_field.dart index c1d84704f..8c482d49c 100644 --- a/forui/lib/src/widgets/text_field/text_field.dart +++ b/forui/lib/src/widgets/text_field/text_field.dart @@ -1,11 +1,12 @@ -import 'dart:io'; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; + import 'package:flutter_localizations/flutter_localizations.dart'; + import 'package:forui/forui.dart'; part 'text_field_state.dart'; diff --git a/forui/test/src/widgets/text_field_golden_test.dart b/forui/test/src/widgets/text_field_golden_test.dart index 8f0416694..145325f71 100644 --- a/forui/test/src/widgets/text_field_golden_test.dart +++ b/forui/test/src/widgets/text_field_golden_test.dart @@ -2,9 +2,10 @@ library; import 'package:flutter/material.dart'; + import 'package:flutter_test/flutter_test.dart'; -import 'package:forui/forui.dart'; +import 'package:forui/forui.dart'; import '../test_scaffold.dart'; const _text = @@ -130,4 +131,4 @@ void main() { } } }); -} \ No newline at end of file +} diff --git a/forui/test/src/widgets/text_field_test.dart b/forui/test/src/widgets/text_field_test.dart index ad580f04f..74ec9fcd5 100644 --- a/forui/test/src/widgets/text_field_test.dart +++ b/forui/test/src/widgets/text_field_test.dart @@ -1,8 +1,9 @@ import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; + import 'package:flutter_test/flutter_test.dart'; -import 'package:forui/forui.dart'; +import 'package:forui/forui.dart'; import '../test_scaffold.dart'; void main() { @@ -63,4 +64,4 @@ void main() { expect(tester.takeException(), null); }); }); -} \ No newline at end of file +}