Skip to content

Commit 4e86e06

Browse files
author
Franco Bugnano
committed
Added explicit support for the Android platform
1 parent 07ca817 commit 4e86e06

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1
2+
3+
- Added explicit support for Android and iOS in pubspec.yaml
4+
15
## 0.3.0
26

37
- Add support for push notification on both Android and iOS.

pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: talkjs_flutter
22
description: Official TalkJS SDK for Flutter
3-
version: 0.3.0
3+
version: 0.3.1
44
homepage: https://talkjs.com
55

66
environment:
77
sdk: ">=2.15.0 <3.0.0"
88
flutter: ">=2.8.1"
99

10+
platforms:
11+
android:
12+
ios:
13+
1014
dependencies:
1115
flutter:
1216
sdk: flutter

0 commit comments

Comments
 (0)