papercups_flutter 2.0.2 papercups_flutter: ^2.0.2 copied to clipboard
Flutter implementation of the papercups.io chat widget.
[2.0.2] - 16/02/2021. #
Reverts 2.0.1
[2.0.0] - 16/02/2021. #
🎉 2.0 has landed! #
This release brings major changes to how this package works. Most importantly, it is now completely native, ensuring speed and performace along with more customisability. This will also enable new features such as chat message notifications, in-app overlays, local message retention and many others, make sure to leave suggestions here for what to build next.
New Features #
- Native Dart implementation!
- Full themeing control w/gradients.
- Full Internationalization control - every part can be set to any language.
- Dark mode
- Added elevation option to message box
- Full Internationalization
Enhancements #
- Fixes issue of fuzzy timestamps not updating, see https://github.com/papercups-io/chat-widget/issues/73.
- Support for Flutter Desktop.
- Much better loading times
Breaking changes #
- Removed support for
onStartLoading
,onFinishLoading
andonError
. - Removed agent availability configuartion, see https://github.com/papercups-io/papercups_flutter/issues/16.
- Removed
iframeUrl
. baseUrl
in props must not contain a prefix (nohttp
,https
,ws
, etc).
Contributors #
Thanks to @Fiyiin for helping me out building this version of the library!
[1.0.1] - 05/01/2020. #
- 🍱 Update Readme.md with new logo
[1.0.0+1] - 1/12/2020. #
- 🎉 1.0 Release!
- 🐛 Fix customer data bug
[0.2.2] - 30/11/2020. #
- ⚡️ Performance imporvements to
genIframeUrl
- ✨ Added
toMap()
andtoJsonString()
to the classes, better URI generation.
[0.2.1] - 26/11/2020. #
- 🚨 Remove unused import (improve pub score)
[0.2.0] - 26/11/2020. #
[0.1.4] - 23/11/2020. #
- 🎨 Restructure code and fix warnings
[0.1.3] - 23/11/2020. #
- 🐛 Add platfromView stub, should fix platfrom id and pub score
[0.1.2] - 22/11/2020. #
- 🐛 Try and fix analyzer error again
[0.1.1] - 22/11/2020. #
- 🐛 Try and fix analyzer error, known issue at https://github.com/flutter/flutter/issues/41563
[0.1.0] - 22/11/2020. #
[0.0.3] - 20/11/2020. #
[0.0.2] - 18/11/2020. #
- Increase Pub Score.
[0.0.1] - 17/11/2020. #
- 🎉 Initial Release.