From 2a3519500e984c7cdf4094f5e7fd50b4bc2bbdc1 Mon Sep 17 00:00:00 2001 From: suvaissov Date: Tue, 30 Mar 2021 09:54:27 +0600 Subject: [PATCH] last fixes after merge @printer and @pin_locker --- lib/core/router.dart | 4 ++-- lib/views/home/home_view.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/core/router.dart b/lib/core/router.dart index 69d3d62..1eadcf6 100644 --- a/lib/core/router.dart +++ b/lib/core/router.dart @@ -1,4 +1,6 @@ +import 'package:flutter/material.dart'; import 'package:aman_kassa_flutter/views/check/image_show_container.dart'; +import 'package:aman_kassa_flutter/views/home/home_view.dart'; import 'package:aman_kassa_flutter/views/history/history_view.dart'; import 'package:aman_kassa_flutter/views/info_kkm/info_kkm_view.dart'; import 'package:aman_kassa_flutter/views/payment/payment_view.dart'; @@ -9,8 +11,6 @@ import 'package:aman_kassa_flutter/views/settings/printer/views/PrinterEncoding. import 'package:aman_kassa_flutter/views/settings/printer/views/PrinterPaperSize.dart'; import 'package:aman_kassa_flutter/views/settings/setting_printer_view.dart'; import 'package:aman_kassa_flutter/views/login/login_view.dart'; -import 'package:aman_kassa_flutter/views/home/home_view.dart'; -import 'package:flutter/material.dart'; import './route_names.dart'; diff --git a/lib/views/home/home_view.dart b/lib/views/home/home_view.dart index b90b577..6a625f3 100644 --- a/lib/views/home/home_view.dart +++ b/lib/views/home/home_view.dart @@ -25,7 +25,7 @@ import './tabs/AdditionalTab.dart'; import './tabs/CalculatorTab.dart'; import './components/popup_menu.dart'; -import 'components/bottom_bar.dart'; +import './components/bottom_bar.dart'; class HomeView extends StatefulWidget { @override