🍱 Update reactions images
Before Width: | Height: | Size: 621 KiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 643 KiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 671 KiB After Width: | Height: | Size: 668 KiB |
BIN
assets/images/stickers/party.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 668 KiB After Width: | Height: | Size: 666 KiB |
Before Width: | Height: | Size: 625 KiB After Width: | Height: | Size: 623 KiB |
@@ -31,7 +31,14 @@ import 'package:share_plus/share_plus.dart';
|
||||
import 'package:styled_widget/styled_widget.dart';
|
||||
import 'package:super_context_menu/super_context_menu.dart';
|
||||
|
||||
const kAvailableStickers = {'angry', 'clap', 'confuse', 'pray', 'thumb_up'};
|
||||
const kAvailableStickers = {
|
||||
'angry',
|
||||
'clap',
|
||||
'confuse',
|
||||
'pray',
|
||||
'thumb_up',
|
||||
'party',
|
||||
};
|
||||
|
||||
bool _getReactionImageAvailable(String symbol) {
|
||||
return kAvailableStickers.contains(symbol);
|
||||
|