File tree 2 files changed +3
-4
lines changed
lib/app/modules/chat/views
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import 'package:flutter_svg/svg.dart';
7
7
import 'package:get/get.dart' ;
8
8
9
9
// import 'package:grouped_list/grouped_list.dart';
10
- import 'package:marquee/marquee.dart' ;
10
+ // import 'package:marquee/marquee.dart';
11
11
import 'package:mirror_fly_demo/app/common/widgets.dart' ;
12
12
import 'package:mirror_fly_demo/app/data/helper.dart' ;
13
13
import 'package:mirror_fly_demo/app/common/extensions.dart' ;
@@ -1104,8 +1104,7 @@ class ChatView extends GetView<ChatController> {
1104
1104
? SizedBox (
1105
1105
width: Get .width * 0.90 ,
1106
1106
height: 15 ,
1107
- child: Marquee (
1108
- text:
1107
+ child: Text (
1109
1108
"${controller .groupParticipantsName } " ,
1110
1109
style: const TextStyle (fontSize: 12 )))
1111
1110
: controller.subtitle.isNotEmpty
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies:
47
47
firebase_app_installations : ^0.2.3+5 # firebase installations
48
48
firebase_messaging : ^14.6.6 # firebase messaging
49
49
flutter_switch : ^0.3.2 # switchbox
50
- marquee : ^2.2.0 # marquee text
50
+ # marquee: ^2.2.0 # marquee text
51
51
qr_code_scanner : ^1.0.1 # qr scanner
52
52
yaml : ^3.1.1
53
53
path : ^1.8.2
You can’t perform that action at this time.
0 commit comments