Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi-kt committed Mar 21, 2024
1 parent eeeb110 commit 17d4d6d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.9.0
### Android
- Added customization for image compression
- Fixed crash caused by empty form action message when submitting the form

## 1.8.9
### iOS
- Fixed name getting cut issue in Navigation Bar.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Refer to the official docs here: https://docs.kommunicate.io/docs/flutter-instal
```
dependencies:
//other dependencies
kommunicate_flutter: ^1.8.9
kommunicate_flutter: ^1.9.0
```

2. Install the package as below:
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api 'io.kommunicate.sdk:kommunicateui:2.9.4'
api 'io.kommunicate.sdk:kommunicateui:2.9.5'
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kommunicate_flutter
description: Flutter plugin for Kommunicate Chatbot & live chat. Kommunicate provides open source chatbot & live chat SDK in android. The Kommunicate SDK is flexible, lightweight and easily integrable.
version: 1.8.9
version: 1.9.0
homepage: https://kommunicate.io

environment:
Expand Down

0 comments on commit 17d4d6d

Please sign in to comment.