swift_chat 1.2.1
swift_chat: ^1.2.1 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.
1.2.1 #
- Improved SEO with package topics.
- Significantly improved public API documentation (100% dartdoc coverage).
- Added a comprehensive example project.
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.