TF-330 Clean up the problem on flutter analyze

This commit is contained in:
dab246
2022-03-17 12:47:40 +07:00
committed by Dat H. Pham
parent 5221a24aea
commit b945926b24
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -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`
@@ -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 {