Skip to content

Commit a5c4c50

Browse files
FB Emoji Added
1 parent 63c7bf1 commit a5c4c50

27 files changed

+21
-21
lines changed

assets/img/angry.png

-24.9 KB
Binary file not shown.
File renamed without changes.

assets/img/doctor.png

-25.3 KB
Binary file not shown.

assets/img/haha.png

-27.6 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/img/like.png

-14.5 KB
Binary file not shown.

assets/img/like_fill.png

-41.2 KB
Binary file not shown.

assets/img/love.png

-23.4 KB
Binary file not shown.
File renamed without changes.

assets/img/sad.png

-28.7 KB
Binary file not shown.
File renamed without changes.

assets/img/wow.png

-28.3 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

images/angry.gif

-733 KB
Binary file not shown.

images/haha.gif

-414 KB
Binary file not shown.

images/like.gif

-213 KB
Binary file not shown.

images/love.gif

-219 KB
Binary file not shown.

images/sad.gif

-593 KB
Binary file not shown.

images/wow.gif

-844 KB
Binary file not shown.

lib/ui/newsFeedPage/widgets/ThumsUpReactions.dart

+21-21
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
400400
? Container(
401401
child: Transform.scale(
402402
child: Image.asset(
403-
'images/like.gif',
403+
'assets/img/like.gif',
404404
width: 40.0,
405405
height: 40.0,
406406
),
@@ -418,7 +418,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
418418
? Container(
419419
child: Transform.scale(
420420
child: Image.asset(
421-
'images/love.gif',
421+
'assets/img/love.gif',
422422
width: 40.0,
423423
height: 40.0,
424424
),
@@ -436,7 +436,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
436436
? Container(
437437
child: Transform.scale(
438438
child: Image.asset(
439-
'images/haha.gif',
439+
'assets/img/haha.gif',
440440
width: 40.0,
441441
height: 40.0,
442442
),
@@ -454,7 +454,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
454454
? Container(
455455
child: Transform.scale(
456456
child: Image.asset(
457-
'images/wow.gif',
457+
'assets/img/wow.gif',
458458
width: 40.0,
459459
height: 40.0,
460460
),
@@ -472,7 +472,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
472472
? Container(
473473
child: Transform.scale(
474474
child: Image.asset(
475-
'images/sad.gif',
475+
'assets/img/sad.gif',
476476
width: 40.0,
477477
height: 40.0,
478478
),
@@ -490,7 +490,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
490490
? Container(
491491
child: Transform.scale(
492492
child: Image.asset(
493-
'images/angry.gif',
493+
'assets/img/angry.gif',
494494
width: 40.0,
495495
height: 40.0,
496496
),
@@ -564,7 +564,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
564564
)
565565
: Container(),
566566
Image.asset(
567-
'images/like.gif',
567+
'assets/img/like.gif',
568568
width: 40.0,
569569
height: 40.0,
570570
fit: BoxFit.contain,
@@ -602,7 +602,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
602602
)
603603
: Container(),
604604
Image.asset(
605-
'images/love.gif',
605+
'assets/img/love.gif',
606606
width: 40.0,
607607
height: 40.0,
608608
fit: BoxFit.contain,
@@ -640,7 +640,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
640640
)
641641
: Container(),
642642
Image.asset(
643-
'images/haha.gif',
643+
'assets/img/haha.gif',
644644
width: 40.0,
645645
height: 40.0,
646646
fit: BoxFit.contain,
@@ -678,7 +678,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
678678
)
679679
: Container(),
680680
Image.asset(
681-
'images/wow.gif',
681+
'assets/img/wow.gif',
682682
width: 40.0,
683683
height: 40.0,
684684
fit: BoxFit.contain,
@@ -716,7 +716,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
716716
)
717717
: Container(),
718718
Image.asset(
719-
'images/sad.gif',
719+
'assets/img/sad.gif',
720720
width: 40.0,
721721
height: 40.0,
722722
fit: BoxFit.contain,
@@ -754,7 +754,7 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
754754
)
755755
: Container(),
756756
Image.asset(
757-
'images/angry.gif',
757+
'assets/img/angry.gif',
758758
width: 40.0,
759759
height: 40.0,
760760
fit: BoxFit.contain,
@@ -892,22 +892,22 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
892892
} else if (!isDragging) {
893893
switch (whichIconUserChoose) {
894894
case 1:
895-
return 'images/ic_like_fill.png';
895+
return 'assets/img/ic_like_fill.png';
896896
case 2:
897-
return 'images/love2.png';
897+
return 'assets/img/love2.png';
898898
case 3:
899-
return 'images/haha2.png';
899+
return 'assets/img/haha2.png';
900900
case 4:
901-
return 'images/wow2.png';
901+
return 'assets/img/wow2.png';
902902
case 5:
903-
return 'images/sad2.png';
903+
return 'assets/img/sad2.png';
904904
case 6:
905-
return 'images/angry2.png';
905+
return 'assets/img/angry2.png';
906906
default:
907-
return 'images/ic_like.png';
907+
return 'assets/img/ic_like.png';
908908
}
909909
} else {
910-
return 'images/ic_like.png';
910+
return 'assets/img/ic_like.png';
911911
}
912912
}
913913

@@ -1208,6 +1208,6 @@ class FbReactionState extends State<FbReaction> with TickerProviderStateMixin {
12081208
}
12091209

12101210
Future loadAsset(String nameSound) async {
1211-
return await rootBundle.load('sounds/$nameSound');
1211+
return await rootBundle.load('assets/sounds/$nameSound');
12121212
}
12131213
}

0 commit comments

Comments
 (0)