Skip to content

Commit 8b3db7f

Browse files
marquee removed
1 parent ed68e53 commit 8b3db7f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lib/app/modules/chat/views/chat_view.dart

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:flutter_svg/svg.dart';
77
import 'package:get/get.dart';
88

99
// import 'package:grouped_list/grouped_list.dart';
10-
import 'package:marquee/marquee.dart';
10+
// import 'package:marquee/marquee.dart';
1111
import 'package:mirror_fly_demo/app/common/widgets.dart';
1212
import 'package:mirror_fly_demo/app/data/helper.dart';
1313
import 'package:mirror_fly_demo/app/common/extensions.dart';
@@ -1104,8 +1104,7 @@ class ChatView extends GetView<ChatController> {
11041104
? SizedBox(
11051105
width: Get.width * 0.90,
11061106
height: 15,
1107-
child: Marquee(
1108-
text:
1107+
child: Text(
11091108
"${controller.groupParticipantsName} ",
11101109
style: const TextStyle(fontSize: 12)))
11111110
: controller.subtitle.isNotEmpty

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies:
4747
firebase_app_installations: ^0.2.3+5 #firebase installations
4848
firebase_messaging: ^14.6.6 #firebase messaging
4949
flutter_switch: ^0.3.2 #switchbox
50-
marquee: ^2.2.0 # marquee text
50+
# marquee: ^2.2.0 # marquee text
5151
qr_code_scanner: ^1.0.1 #qr scanner
5252
yaml: ^3.1.1
5353
path: ^1.8.2

0 commit comments

Comments
 (0)