Releases: papercups-io/papercups_flutter
Fix formatting
This release fixes the formatting in order to improve the score on pub.dev
Null Safety Support!
[2.1.0] - 07/04/2021.
β¨ Support null-safety
2.0.5
2.0.3
General chores
[2.0.1] - 16/02/2021.
This release is a maintenance release, addressing some issues found on pub.dev to improve its score.
Fixes
- Bump
intl
to 0.17.0 - Bump
http
to 0.13.0 - Modify description to make it over 60 characters
- Avoided using braces in interpolation when not needed.
π 2.0.0 - Native Widget!
π 2.0 has landed!
This release brings major changes to how this package works. Most importantly, it is now completely native, ensuring speed and performance along with more combustibility. 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 theming control w/gradients.
- Full Internationalization control - every part can be set to any language.
- Dark mode
- Added elevation option to message box
Enhancements
- Fixes issue of fuzzy timestamps not updating, see papercups-io/chat-widget#73.
- Support for Flutter Desktop.
- Much better loading times
Breaking changes
- Removed support for
onStartLoading
,onFinishLoading
andonError
. - Removed agent availability configuartion, see #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
1.0.0
0.2.2
π 0.2.0
This package is now under the papercups-io organization, thanks!
This release adds adds the ability to know when the widget is loading, done or has had an error, in addition to better docs. If you have any ideas and want to collaborate feel free to open an issue or create a pull request!
New features
- β¨
onStartLoading
,onFinishLoading
andonError
functions. (#4)
Enhancements
- π Improved docs with higher coverage and syntax highlighting (Thanks to @Immortalin).
- β‘οΈ Web widget is now constant. Better preformance.
- β¨ Update example to show new features.