File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
General/LottieMaterialRefresh Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class ShieldBottomSheetState extends State<ShieldBottomSheet> {
6565 padding: const EdgeInsets .symmetric (vertical: 16 ),
6666 alignment: Alignment .center,
6767 child: Text (
68- S .current.reduceRecommend,
68+ S .current.reduceRecommend,
6969 style: Theme .of (context).textTheme.titleLarge,
7070 ),
7171 );
Original file line number Diff line number Diff line change 1- import 'package:loftify/Widgets/Dialog/widgets/loading_dialog_widget.dart' ;
21import 'package:flutter/material.dart' ;
3- import 'package:modal_bottom_sheet/modal_bottom_sheet .dart' ;
2+ import 'package:loftify/Widgets/Dialog/widgets/loading_dialog_widget .dart' ;
43
54import '../../Utils/app_provider.dart' ;
6- import '../Custom/floating_modal.dart' ;
75import './animations.dart' ;
86import './widgets/custom_confirm_dialog_widget.dart' ;
97import './widgets/custom_info_dialog_widget.dart' ;
Original file line number Diff line number Diff line change @@ -9,7 +9,5 @@ import 'package:flutter/physics.dart' as physics;
99import '../EasyRefresh/easy_refresh.dart' ;
1010
1111part 'material_footer.dart' ;
12-
1312part 'material_header.dart' ;
14-
1513part 'material_indicator.dart' ;
You can’t perform that action at this time.
0 commit comments