diff --git a/lib/chat/cubits/chat_component_cubit.dart b/lib/chat/cubits/chat_component_cubit.dart index 76ff660..a1c64bf 100644 --- a/lib/chat/cubits/chat_component_cubit.dart +++ b/lib/chat/cubits/chat_component_cubit.dart @@ -329,8 +329,8 @@ class ChatComponentCubit extends Cubit { message.sentTimestamp.value.toInt()), sentAt: reconciledAt, id: reconciledId, - text: '${contentText.text} (${message.seqId})', - //text: contentText.text, + //text: '${contentText.text} (${message.seqId})', + text: contentText.text, metadata: { kSeqId: message.seqId, if (core.isOnlyEmoji(contentText.text)) 'isOnlyEmoji': true, diff --git a/pubspec.lock b/pubspec.lock index 947b17e..47990cf 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -553,17 +553,19 @@ packages: flutter_chat_core: dependency: "direct main" description: - path: "../flutter_chat_ui/packages/flutter_chat_core" - relative: true - source: path - version: "2.1.2" + name: flutter_chat_core + sha256: "529959634622e9df3b96a4a3764ecc61ec6f0dfa3258a52c139ae10a56ccad80" + url: "https://pub.dev" + source: hosted + version: "2.2.0" flutter_chat_ui: dependency: "direct main" description: - path: "../flutter_chat_ui/packages/flutter_chat_ui" - relative: true - source: path - version: "2.1.3" + name: flutter_chat_ui + sha256: c63df9cd05fe86a3588b4e47f184fbb9e9c3b86153b8a97f3a789e6edb03d28e + url: "https://pub.dev" + source: hosted + version: "2.2.0" flutter_form_builder: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 9cf61e8..73ec83a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,16 +37,8 @@ dependencies: sdk: flutter flutter_animate: ^4.5.2 flutter_bloc: ^9.1.0 - flutter_chat_core: - git: - url: https://gitlab.com/veilid/flutter-chat-ui.git - path: packages/flutter_chat_core - ref: veilidchat - flutter_chat_ui: - git: - url: https://gitlab.com/veilid/flutter-chat-ui.git - path: packages/flutter_chat_ui - ref: veilidchat + flutter_chat_core: ^2.2.0 + flutter_chat_ui: ^2.2.0 flutter_form_builder: ^10.0.1 flutter_hooks: ^0.21.2 flutter_localizations: @@ -116,17 +108,17 @@ dependencies: xterm: ^4.0.0 zxing2: ^0.2.3 -dependency_overrides: + # dependency_overrides: # async_tools: # path: ../dart_async_tools # bloc_advanced_tools: # path: ../bloc_advanced_tools # searchable_listview: # path: ../Searchable-Listview - flutter_chat_core: - path: ../flutter_chat_ui/packages/flutter_chat_core - flutter_chat_ui: - path: ../flutter_chat_ui/packages/flutter_chat_ui + # flutter_chat_core: + # path: ../flutter_chat_ui/packages/flutter_chat_core + # flutter_chat_ui: + # path: ../flutter_chat_ui/packages/flutter_chat_ui dev_dependencies: build_runner: ^2.4.15