swift_chat 1.2.0
swift_chat: ^1.2.0 copied to clipboard
A highly customizable and easy-to-use chat UI package for Flutter. It provides a complete chat screen designed to be powered by a real-time backend like WebSockets.
Here is the changelog for the SwiftChat package:
1.1.0 #
- Updated SDK constraints to support Dart 3 and Flutter 3.10.0+.
- Updated
flutter_lintsto version 3.0.0. - No functional changes to the API.
1.0.0 #
- Initial stable release of the
SwiftChatpackage. - Includes core
SwiftChatwidget for displaying messages. - Provides
MessageBubbleandMessageComposerwidgets. - Supports theming via the
SwiftChatThemeclass. - Designed for real-time integration with WebSockets via a message stream.