build: Update emoji picker package

pull/999/head
krille-chan 2 years ago
parent 6f9da100a0
commit 97292c1e3a
No known key found for this signature in database

@ -41,21 +41,30 @@ class ChatEmojiPicker extends StatelessWidget {
onEmojiSelected: controller.onEmojiSelected, onEmojiSelected: controller.onEmojiSelected,
onBackspacePressed: controller.emojiPickerBackspace, onBackspacePressed: controller.emojiPickerBackspace,
config: Config( config: Config(
emojiViewConfig: EmojiViewConfig(
noRecents: const NoRecent(),
backgroundColor: Theme.of(context)
.colorScheme
.onInverseSurface,
),
bottomActionBarConfig: const BottomActionBarConfig(
enabled: false,
),
categoryViewConfig: CategoryViewConfig(
backspaceColor: theme.colorScheme.primary, backspaceColor: theme.colorScheme.primary,
bgColor:
Theme.of(context).colorScheme.onInverseSurface,
iconColor: iconColor:
theme.colorScheme.primary.withOpacity(0.5), theme.colorScheme.primary.withOpacity(0.5),
iconColorSelected: theme.colorScheme.primary, iconColorSelected: theme.colorScheme.primary,
indicatorColor: theme.colorScheme.primary, indicatorColor: theme.colorScheme.primary,
noRecents: const NoRecent(), ),
skinToneDialogBgColor: Color.lerp( skinToneConfig: SkinToneConfig(
dialogBackgroundColor: Color.lerp(
theme.colorScheme.background, theme.colorScheme.background,
theme.colorScheme.primaryContainer, theme.colorScheme.primaryContainer,
0.75, 0.75,
)!, )!,
skinToneIndicatorColor: indicatorColor: theme.colorScheme.onBackground,
theme.colorScheme.onBackground, ),
), ),
), ),
StickerPickerDialog( StickerPickerDialog(

@ -325,10 +325,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: emoji_picker_flutter name: emoji_picker_flutter
sha256: "8506341d62efd116d6fb1481450bffdbac659d3d90d46d9cc610bfae5f33cc54" sha256: "7c6681783e06710608df27be0e38aa4ba73ca1ccac370bb0e7a1320723ae4bca"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.6.4" version: "2.1.1"
emoji_proposal: emoji_proposal:
dependency: "direct main" dependency: "direct main"
description: description:

@ -22,7 +22,7 @@ dependencies:
desktop_notifications: ^0.6.3 desktop_notifications: ^0.6.3
device_info_plus: ^9.1.0 device_info_plus: ^9.1.0
dynamic_color: ^1.6.8 dynamic_color: ^1.6.8
emoji_picker_flutter: ^1.6.4 emoji_picker_flutter: ^2.1.1
emoji_proposal: ^0.0.1 emoji_proposal: ^0.0.1
emojis: ^0.9.9 emojis: ^0.9.9
#fcm_shared_isolate: ^0.1.0 #fcm_shared_isolate: ^0.1.0

Loading…
Cancel
Save