From ffca645d51ed3cac4b6c780ed0d7777a76889fcf Mon Sep 17 00:00:00 2001 From: Alex Martynov Date: Tue, 27 Feb 2024 13:59:18 +0600 Subject: [PATCH] chore: Fix linting issues in main.dart --- example/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index c24a6f4..a0427fb 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// ignore_for_file: unused_element, prefer_final_fields, unused_field, type_annotate_public_apis, unreachable_from_main import 'package:example/async_function.dart'; -// ignore_for_file: unused_element, prefer_final_fields, unused_field, type_annotate_public_apis import 'package:meta/meta.dart'; import 'package:surf_lint_rules/surf_lint_rules.dart';