File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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:
3434Run the command: ` flutter pub get` on the command line or through Android
3535Studio's **Get dependencies** button.
3636
37-
3837# # Usage
3938
4039Import TalkJS in your project source files.
@@ -48,6 +47,7 @@ Then follow our
4847to start using TalkJS in your project.
4948
5049# # TalkJS is fully forward compatible
50+
5151We promise to never break API compatibility.
5252We may at times deprecate methods or fields, but we will never remove them.
5353If something that used to work stops working, then that's a bug.
@@ -61,4 +61,3 @@ of features.
6161This however does not take away from our commitment to always maintain backward
6262compatibility.
6363So you can be assured that the package is stable for production use.
64-
Original file line number Diff line number Diff line change 11name : talkjs_flutter
22description : Official TalkJS SDK for Flutter
3- version : 0.16.2
3+ version : 0.17.0
44homepage : https://talkjs.com
55
66environment :
You can’t perform that action at this time.
0 commit comments