From b945926b243f271d5af60290b37b0537b141f43a Mon Sep 17 00:00:00 2001 From: dab246 Date: Thu, 17 Mar 2022 12:47:40 +0700 Subject: [PATCH] TF-330 Clean up the problem on flutter analyze --- analysis_options.yaml | 2 -- .../presentation/mailbox_creator_controller.dart | 1 - 2 files changed, 3 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 61b6c4de1..0bb32ed6b 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -7,8 +7,6 @@ # The following line activates a set of recommended lints for Flutter apps, # packages, and plugins designed to encourage good coding practices. -include: package:flutter_lints/flutter.yaml - linter: # The lint rules applied to this project can be customized in the # section below to disable rules from the `package:flutter_lints/flutter.yaml` diff --git a/lib/features/mailbox_creator/presentation/mailbox_creator_controller.dart b/lib/features/mailbox_creator/presentation/mailbox_creator_controller.dart index 57b0c8e90..014c9e249 100644 --- a/lib/features/mailbox_creator/presentation/mailbox_creator_controller.dart +++ b/lib/features/mailbox_creator/presentation/mailbox_creator_controller.dart @@ -19,7 +19,6 @@ import 'package:tmail_ui_user/features/mailbox_creator/presentation/model/mailbo import 'package:tmail_ui_user/features/mailbox_creator/presentation/model/new_mailbox_arguments.dart'; import 'package:tmail_ui_user/main/routes/app_routes.dart'; import 'package:tmail_ui_user/main/routes/route_navigation.dart'; -import 'package:core/utils/app_logger.dart'; class MailboxCreatorController extends BaseController {