connect_x_flutter_livechat_sdk 1.1.6
connect_x_flutter_livechat_sdk: ^1.1.6 copied to clipboard
Live Chat SDK for Flutter
0.0.1 #
- Ready to use.
1.0.0 #
- Update Connect SDK.
1.1.0 #
- SDK Overhaul: The "Easy-Use" Update
-
Singleton Controller: Created ChatController.instance to handle all logic in the background. No more GlobalKey or widget-state headaches.
-
Decoupled Logic: Split the background connection (Controller) from the UI (Screen). You can now send messages without the chat UI even being open.
-
Auto-Initialization: Moved _checkAllowed, _initializeUserId, and socket.connect into a single initialize() sequence.
-
The "Gatekeeper" (Completer): Added an internal _initReady gate. sendMessage() now automatically pauses and waits for the connection to finish before firing.
-
Reactive UI: Switched to ValueNotifier<List
-
Clean Export: Added export 'src/chat_controller.dart'; to the library root so the user only needs one import.
-
1.1.1 #
- Added a new BottomSheet for selecting between Image/Video and Document.
- Improved file selection logic for a better clean code structure.
- Added isHideCloseButton.
1.1.2 #
- Update Readme and Homepage
1.1.3 #
- Fix bug styling chat screen
1.1.4 #
- Fix bug styling chat screen
1.1.5 #
- Fix bug styling chat screen (Forget setState)
1.1.6 #
- Add Loading State