|
|
@@ -7,7 +7,6 @@ import 'package:electronic_assistant/utils/expand.dart';
|
|
|
import 'package:flutter/material.dart';
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
|
|
import 'package:get/get.dart';
|
|
|
-import '../../router/app_pages.dart';
|
|
|
import '../files/view.dart';
|
|
|
import '../home/view.dart';
|
|
|
|
|
|
@@ -26,6 +25,7 @@ class MainTabPage extends BasePage<MainController> {
|
|
|
body: Obx(() {
|
|
|
return pages[controller.currentIndex];
|
|
|
}),
|
|
|
+ resizeToAvoidBottomInset: false,
|
|
|
floatingActionButton: buildAIChatBtn(),
|
|
|
floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
|
|
|
bottomNavigationBar: buildBottomAppBar(),
|