Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ class AssistViewSampleState extends State<AssistViewSample> {
},
),
placeholderBuilder: _buildPlaceholder,
requestBubbleSettings: const AssistBubbleSettings(
showUserName: true,
requestMessageSettings: const AssistMessageSettings(
showAuthorName: true,
showTimestamp: true,
showUserAvatar: true,
showAuthorAvatar: true,
),
responseBubbleSettings: const AssistBubbleSettings(
showUserAvatar: true,
responseMessageSettings: const AssistMessageSettings(
showAuthorAvatar: true,
),
),
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
syncfusion_flutter_chat: ^28.1.35-beta
syncfusion_flutter_chat: ^29.1.33

dev_dependencies:
flutter_test:
Expand Down