We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ca817 commit 4e86e06Copy full SHA for 4e86e06
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.1
2
+
3
+- Added explicit support for Android and iOS in pubspec.yaml
4
5
## 0.3.0
6
7
- Add support for push notification on both Android and iOS.
pubspec.yaml
@@ -1,12 +1,16 @@
name: talkjs_flutter
description: Official TalkJS SDK for Flutter
-version: 0.3.0
+version: 0.3.1
homepage: https://talkjs.com
environment:
sdk: ">=2.15.0 <3.0.0"
8
flutter: ">=2.8.1"
9
10
+platforms:
11
+ android:
12
+ ios:
13
14
dependencies:
15
flutter:
16
sdk: flutter
0 commit comments