Skip to content

Releases: papercups-io/papercups_flutter

Fix formatting

18 Apr 12:19
Compare
Choose a tag to compare

This release fixes the formatting in order to improve the score on pub.dev

Null Safety Support!

07 Apr 20:45
Compare
Choose a tag to compare

[2.1.0] - 07/04/2021.

✨ Support null-safety

2.0.5

27 Feb 18:04
Compare
Choose a tag to compare

⬆️ Allows timeago to go up to version 3.x.x
♻️ Internal improvements to have the message list inside the conversation
⚑️ Stop passing the whole widget to getCustomerHistory

2.0.3

17 Feb 10:21
Compare
Choose a tag to compare

This release fixes the constraints which caused issues on 2.0.1:

  • Intl now uses >=0.16.1 <0.18.0
  • http now uses >=0.12.2 <0.14.0

General chores

16 Feb 19:58
Compare
Choose a tag to compare

[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!

16 Feb 15:35
Compare
Choose a tag to compare

πŸŽ‰ 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 and onError.
  • Removed agent availability configuartion, see #16.
  • Removed iframeUrl.
  • baseUrl in props must not contain a prefix (no http,https,ws, etc).

Contributors

Thanks to @Fiyiin for helping me out building this version of the library!

1.0.1

05 Jan 18:53
Compare
Choose a tag to compare

Happy New Year!

This release is to simply update the Papercups logo on Pub.dev, we are working hard to get the native Papercups implementation (2.0.0) done as soon as possible, we just need to do some more testing.

Thanks!

1.0.0

01 Dec 15:58
Compare
Choose a tag to compare

Hey!

This release puts the finishing touches for 1.0.0. I've reworked the example to be much nicer and ran a few tests to ensure everyting works correctly.

0.2.2

30 Nov 17:03
Compare
Choose a tag to compare

[0.2.2] - 30/11/2020.

  • ⚑️ Performance imporvements to genIframeUrl
  • ✨ Added toMap() and toJsonString() to the classes, better URI generation.

πŸš€ 0.2.0

26 Nov 17:31
Compare
Choose a tag to compare

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 and onError 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.