TF-1694 Use KeyboardUtils to centralized management show/hide keyboard

(cherry picked from commit e2598476ecdc8c5d16a17dc3c777a34620013c64)
This commit is contained in:
dab246
2023-04-07 07:33:53 +07:00
committed by Dat Vu
parent ee686f2400
commit 84438efc89
18 changed files with 89 additions and 54 deletions
@@ -1,4 +1,4 @@
import 'package:core/core.dart';
import 'package:core/presentation/extensions/color_extension.dart';
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:flutter_typeahead/flutter_typeahead.dart';
@@ -14,8 +14,6 @@ import 'package:tmail_ui_user/main/localizations/app_localizations.dart';
class LoginView extends BaseLoginView {
final keyboardUtils = Get.find<KeyboardUtils>();
LoginView({Key? key}) : super(key: key);
@override