Skip to content

Commit cf1b649

Browse files
committed
(Chore): Prepare for release
Signed-off-by: Victor Omondi <victor@slick.co.ke>
1 parent 8d56c7e commit cf1b649

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.17.0
2+
3+
- **Breaking change:** Updated the minimum Flutter SDK requirement to 3.32.0
4+
and minimum Dart SDK requirement to 3.8.0
5+
- Add `onError` to Session, Chatbox and ConversationList.
6+
- Updated dependencies.
7+
18
## 0.16.2
29

310
- Fix crash when building on Xcode 26.2 and deploying to iOS 26.2.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ if you have any questions about TalkJS.
1717

1818
## Requirements
1919

20-
- Dart sdk: ">=2.15.0 <3.0.0"
21-
- Flutter: ">=2.8.1"
22-
- Android: `minSDKVersion 19`
20+
- Dart sdk: ">=3.8.0 <4.0.0"
21+
- Flutter: ">=3.32.0"
22+
- Android: `minSDKVersion 23`
2323

2424
## Installation
2525

@@ -34,7 +34,6 @@ dependencies:
3434
Run the command: `flutter pub get` on the command line or through Android
3535
Studio's **Get dependencies** button.
3636

37-
3837
## Usage
3938

4039
Import TalkJS in your project source files.
@@ -48,6 +47,7 @@ Then follow our
4847
to start using TalkJS in your project.
4948

5049
## TalkJS is fully forward compatible
50+
5151
We promise to never break API compatibility.
5252
We may at times deprecate methods or fields, but we will never remove them.
5353
If something that used to work stops working, then that's a bug.
@@ -61,4 +61,3 @@ of features.
6161
This however does not take away from our commitment to always maintain backward
6262
compatibility.
6363
So you can be assured that the package is stable for production use.
64-

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: talkjs_flutter
22
description: Official TalkJS SDK for Flutter
3-
version: 0.16.2
3+
version: 0.17.0
44
homepage: https://talkjs.com
55

66
environment:

0 commit comments

Comments
 (0)