Skip to content

Conversation

AswiniDileep
Copy link
Collaborator

@AswiniDileep AswiniDileep commented Dec 19, 2024

Added sample for getting started with SfChat.
SfChat_Viedo_Tutorial_Demo

lib/main.dart Outdated
}
}

ChatComposer _buildChatComposer() {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

lib/main.dart Outdated
);
}

Widget _buildSendButton() {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove it.

Copy link
Collaborator Author

@AswiniDileep AswiniDileep Dec 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed. It used default action button with onPressed method to update message.

lib/main.dart Outdated
));
}

class ChatScreen extends StatefulWidget {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ChatScreen => ChatWidget

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed.

lib/main.dart Outdated
ChatMessage(
text: text,
time: DateTime.now(),
author: const ChatAuthor(id: 'User', name: 'Anitha'),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed.

Copy link
Collaborator

@natrayansf natrayansf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine

@ghost ghost merged commit 288abb5 into master Jan 8, 2025
1 check passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants