File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 0.5.6] - 2023.04.17
5
+
6
+ * Reverted version constraint on intl
7
+
4
8
[ 0.5.5] - 2023.03.08
5
9
6
10
* Bump version for intl & lints
Original file line number Diff line number Diff line change 1
1
name : sip_ua
2
- version : 0.5.5
2
+ version : 0.5.6
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,6 +10,7 @@ dependencies:
10
10
collection : ^1.15.0
11
11
crypto : ^3.0.0
12
12
flutter_webrtc : ^0.9.23
13
+ intl : ^0.17.0
13
14
logger : ^1.0.0
14
15
parser_error : ^0.2.0
15
16
path : ^1.6.4
@@ -18,9 +19,6 @@ dependencies:
18
19
sdp_transform : ^0.3.2
19
20
uuid : ^3.0.2
20
21
21
- # An exact version pin will be provided by the Flutter SDK
22
- intl : any
23
-
24
22
25
23
dev_dependencies :
26
24
lints : ^2.0.1
You can’t perform that action at this time.
0 commit comments