TF-239 Empty trash folder

This commit is contained in:
dab246
2022-04-05 16:18:22 +07:00
committed by Dat H. Pham
parent a89c5db744
commit 1c7f9ad333
19 changed files with 367 additions and 95 deletions
@@ -1,4 +1,3 @@
import 'package:core/utils/app_logger.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'package:get/get.dart';
@@ -28,7 +27,6 @@ class ResponsiveUtils {
double getDeviceWidth(BuildContext context) {
final widthScreen = kIsWeb ? context.width : context.mediaQueryShortestSide;
log('ResponsiveUtils::getDeviceWidth(): widthScreen: $widthScreen');
return widthScreen;
}