Skip to content

Commit 486d583

Browse files
⬆️ Add platforms 📝 Update README.md and CHANGELOG.md.
1 parent c24090e commit 486d583

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
add `enableSwipeToSeeTime` parameter with same feature in `FeatureActiveConfig`.
1010
* **Breaking**: Remove `showReceiverProfileCircle` and add `enableOtherUserProfileAvatar` parameter
1111
with same feature in `FeatureActiveConfig`.
12+
* * **Breaking**: Move `enablePagination` parameter from `ChatView` to `FeatureActiveConfig`.
1213

1314
## [1.0.1]
1415

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void onSendTap(String message, ReplyMessage replyMessage){
9393
}
9494
```
9595

96-
7. Sending voice message.
96+
8. Sending voice message.
9797
```dart
9898
void onRecordingComplete(String audioPath, ReplyMessage replyMessage){
9999
final message = Message(
@@ -109,6 +109,8 @@ void onRecordingComplete(String audioPath, ReplyMessage replyMessage){
109109
```
110110
Note: This function needs to pass in `onRecordingComplete` parameter in `ChatView` class.
111111

112+
Note: Right now voice messages only supported for android and iOS.
113+
112114
## Platform specific configuration for image picker
113115

114116
### iOS

pubspec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ version: 1.1.0
44
issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues
55
repository: https://github.com/SimformSolutionsPvtLtd/flutter_chatview
66

7+
platforms:
8+
android:
9+
ios:
10+
linux:
11+
macos:
12+
web:
13+
windows:
14+
715
environment:
816
sdk: ">=2.12.0 <3.0.0"
917

0 commit comments

Comments
 (0)