File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 0.5.8] - 2023.05.11
5
+ * Allow await on helper start call (#365 )
6
+ * Adding params support for sendMessage (#366 )
7
+ * Set intl version to the one used by flutter
8
+
4
9
[ 0.5.7] - 2023.05.11
5
10
* Add sendMessage to Call
6
11
* Bump version of intl
Original file line number Diff line number Diff line change 1
1
name : sip_ua
2
- version : 0.5.7
2
+ version : 0.5.8
3
3
description : A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
4
4
homepage : https://github.com/cloudwebrtc/dart-sip-ua
5
5
environment :
@@ -10,7 +10,7 @@ dependencies:
10
10
collection : ^1.15.0
11
11
crypto : ^3.0.0
12
12
flutter_webrtc : ^0.9.25
13
- intl : ^0.18.1
13
+ intl : ^0.18.0
14
14
logger : ^1.0.0
15
15
parser_error : ^0.2.0
16
16
path : ^1.6.4
You can’t perform that action at this time.
0 commit comments