dart fix--apply

pull/1/head
张萌 2 years ago
parent f2e41b2e87
commit e65309b1b0

@ -7,7 +7,6 @@ import 'package:get/get.dart';
import 'package:aku_new_community/base/base_style.dart';
import 'package:aku_new_community/constants/saas_api.dart';
import 'package:aku_new_community/model/common/img_model.dart';
import 'package:aku_new_community/model/manager/event_voting_model.dart';
import 'package:aku_new_community/pages/event_activity/voting_detail_page.dart';
import 'package:aku_new_community/pages/things_page/widget/bee_list_view.dart';

@ -8,8 +8,6 @@ import 'package:get/get.dart';
import 'package:aku_new_community/base/base_style.dart';
import 'package:aku_new_community/constants/app_theme.dart';
import 'package:aku_new_community/constants/saas_api.dart';
import 'package:aku_new_community/model/common/img_model.dart';
import 'package:aku_new_community/model/manager/voting_detail_model.dart';
import 'package:aku_new_community/pages/manager_func.dart';
import 'package:aku_new_community/utils/headers.dart';

@ -8,7 +8,6 @@ import 'package:permission_handler/permission_handler.dart';
import 'package:provider/provider.dart';
import 'package:url_launcher/url_launcher.dart';
import 'package:aku_new_community/constants/api.dart';
import 'package:aku_new_community/pages/one_alarm/alarm_detail_page.dart';
import 'package:aku_new_community/provider/app_provider.dart';
import 'package:aku_new_community/utils/headers.dart';

@ -1,4 +1,3 @@
import 'dart:async';
import 'package:aku_new_community/constants/saas_api.dart';
import 'package:aku_new_community/extensions/widget_list_ext.dart';
@ -129,7 +128,7 @@ class _OldAgeSupportListPageState extends State<OldAgeSupportListPage> {
}
},
child: _bracelets.isEmpty
? _emptyWidgt()
? _emptyWidget()
: ListView(
padding: EdgeInsets.all(24.w),
children: [
@ -223,7 +222,7 @@ class _OldAgeSupportListPageState extends State<OldAgeSupportListPage> {
);
}
Widget _emptyWidgt() {
Widget _emptyWidget() {
return SafeArea(
child: Center(
child: Column(

@ -1,6 +1,5 @@
import 'package:aku_new_community/constants/saas_api.dart';
import 'package:aku_new_community/utils/network/net_util.dart';
import 'package:aku_new_community/widget/others/user_tool.dart';
import 'package:flutter/material.dart';
import 'package:bot_toast/bot_toast.dart';

@ -6,7 +6,6 @@ import 'package:flutter/material.dart';
import 'package:bot_toast/bot_toast.dart';
import 'package:get/get.dart';
import 'package:aku_new_community/constants/api.dart';
import 'package:aku_new_community/utils/headers.dart';
import 'package:aku_new_community/utils/network/net_util.dart';
import 'package:aku_new_community/widget/bee_scaffold.dart';

@ -1,4 +1,3 @@
import 'dart:ui';
import 'package:aku_new_community/ui/community/facility/facility_preorder_date_picker.dart';
import 'package:common_utils/common_utils.dart';

@ -1,5 +1,3 @@
import 'package:aku_new_community/ui/function_and_service/task/dialogs/task_evaluation_dialog.dart';
import 'package:bot_toast/bot_toast.dart';
import 'package:flutter/material.dart';
import 'package:flutter_easyrefresh/easy_refresh.dart';

@ -7,7 +7,6 @@ import 'package:bot_toast/bot_toast.dart';
import 'package:get/get.dart';
import 'package:aku_new_community/base/base_style.dart';
import 'package:aku_new_community/constants/api.dart';
import 'package:aku_new_community/constants/saas_api.dart';
import 'package:aku_new_community/gen/assets.gen.dart';
import 'package:aku_new_community/model/order/logistics_model.dart';

@ -7,7 +7,6 @@ import 'package:get/get.dart';
import 'package:provider/provider.dart';
import 'package:aku_new_community/base/base_style.dart';
import 'package:aku_new_community/constants/api.dart';
import 'package:aku_new_community/constants/saas_api.dart';
import 'package:aku_new_community/model/order/create_order_model.dart';
import 'package:aku_new_community/model/user/adress_model.dart';

Loading…
Cancel
Save