flutter_frappe_chat 1.0.1
flutter_frappe_chat: ^1.0.1 copied to clipboard
A customizable Flutter package for Frappe Chat integration with WebSocket and API handling.
1.0.1 #
- Stable Release: First stable version of
flutter_frappe_chat.
1.0.0 #
- Enhanced Configuration: Added support for
csrfToken,socketUrlOverride, andverifyInsecureSSL options inFrappeChatConfig. - Improved File Uploads: Better handling of multipart requests with authentication headers.
- Updated Dependencies: Upgraded
permission_handlerto v12.0.1 for better Android/iOS compatibility. - Bug Fixes: Improved error handling for WebSocket connections and API responses.
0.1.3 #
- Added email parameter to
getMessagesAPI call for better user-specific message retrieval.
0.1.2 #
- Updated
permission_handlerto the latest version. - Improved error handling in API and WebSocket communication.
0.1.1 #
- Fixed unused element warning in audio recorder.
- Improved stability.
0.0.1 #
- Initial release.
- Added
FrappeApiServicefor message and file API handling. - Added
FrappeSocketManagerfor real-time WebSocket communication. - Added
ChatScreenUI with attachment support and voice recorder.