livecaller_flutter_sdk 0.0.8
livecaller_flutter_sdk: ^0.0.8 copied to clipboard
Livecaller flutter sdk
Changelog #
0.0.8 #
- Removed test API URLs and updated to production endpoints.
0.0.7 #
- Fixed screen loading issue on start and login screens
0.0.6 #
- Added support for managing user sessions and localization:
LivecallerApp.updateLocale(context, locale)→ Change language dynamicallyLivecallerApp.userLogin(context, token)→ Log in with JWT tokenLivecallerApp.userUpdate(context, newToken)→ Update user tokenLivecallerApp.userLogout(context)→ Log out and clear session
0.0.5 #
-
Resolved multiple bugs related to session restoration and auto chat start when input fields are empty.
-
Improved logic for navigating directly to the chat screen when a session exists.
0.0.3 #
- Fixed api url
0.0.2 #
- Fixed library export in
lib/livecaller_flutter_sdk.dart - Added proper library declaration