switch to hosted package

This commit is contained in:
Christien Rioux 2025-05-17 18:09:33 -04:00
parent 1a9cca0667
commit 576c8e477a
3 changed files with 19 additions and 25 deletions

View file

@ -329,8 +329,8 @@ class ChatComponentCubit extends Cubit<ChatComponentState> {
message.sentTimestamp.value.toInt()), message.sentTimestamp.value.toInt()),
sentAt: reconciledAt, sentAt: reconciledAt,
id: reconciledId, id: reconciledId,
text: '${contentText.text} (${message.seqId})', //text: '${contentText.text} (${message.seqId})',
//text: contentText.text, text: contentText.text,
metadata: { metadata: {
kSeqId: message.seqId, kSeqId: message.seqId,
if (core.isOnlyEmoji(contentText.text)) 'isOnlyEmoji': true, if (core.isOnlyEmoji(contentText.text)) 'isOnlyEmoji': true,

View file

@ -553,17 +553,19 @@ packages:
flutter_chat_core: flutter_chat_core:
dependency: "direct main" dependency: "direct main"
description: description:
path: "../flutter_chat_ui/packages/flutter_chat_core" name: flutter_chat_core
relative: true sha256: "529959634622e9df3b96a4a3764ecc61ec6f0dfa3258a52c139ae10a56ccad80"
source: path url: "https://pub.dev"
version: "2.1.2" source: hosted
version: "2.2.0"
flutter_chat_ui: flutter_chat_ui:
dependency: "direct main" dependency: "direct main"
description: description:
path: "../flutter_chat_ui/packages/flutter_chat_ui" name: flutter_chat_ui
relative: true sha256: c63df9cd05fe86a3588b4e47f184fbb9e9c3b86153b8a97f3a789e6edb03d28e
source: path url: "https://pub.dev"
version: "2.1.3" source: hosted
version: "2.2.0"
flutter_form_builder: flutter_form_builder:
dependency: "direct main" dependency: "direct main"
description: description:

View file

@ -37,16 +37,8 @@ dependencies:
sdk: flutter sdk: flutter
flutter_animate: ^4.5.2 flutter_animate: ^4.5.2
flutter_bloc: ^9.1.0 flutter_bloc: ^9.1.0
flutter_chat_core: flutter_chat_core: ^2.2.0
git: flutter_chat_ui: ^2.2.0
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_form_builder: ^10.0.1 flutter_form_builder: ^10.0.1
flutter_hooks: ^0.21.2 flutter_hooks: ^0.21.2
flutter_localizations: flutter_localizations:
@ -116,17 +108,17 @@ dependencies:
xterm: ^4.0.0 xterm: ^4.0.0
zxing2: ^0.2.3 zxing2: ^0.2.3
dependency_overrides: # dependency_overrides:
# async_tools: # async_tools:
# path: ../dart_async_tools # path: ../dart_async_tools
# bloc_advanced_tools: # bloc_advanced_tools:
# path: ../bloc_advanced_tools # path: ../bloc_advanced_tools
# searchable_listview: # searchable_listview:
# path: ../Searchable-Listview # path: ../Searchable-Listview
flutter_chat_core: # flutter_chat_core:
path: ../flutter_chat_ui/packages/flutter_chat_core # path: ../flutter_chat_ui/packages/flutter_chat_core
flutter_chat_ui: # flutter_chat_ui:
path: ../flutter_chat_ui/packages/flutter_chat_ui # path: ../flutter_chat_ui/packages/flutter_chat_ui
dev_dependencies: dev_dependencies:
build_runner: ^2.4.15 build_runner: ^2.4.15