File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.34] ( https://github.com/ably/ably-flutter/tree/v1.2.34 )
4+
5+ [ Full Changelog] ( https://github.com/ably/ably-flutter/compare/v1.2.33...v1.2.34 )
6+
7+ - Updated ` ably-cocoa ` dependency to ` 1.2.33 `
8+
9+ ** Fixed bugs:**
10+
11+ - The ` title ` field in the push notification should be nullable [ \# 532] ( https://github.com/ably/ably-flutter/issues/532 )
12+
313## [ 1.2.33] ( https://github.com/ably/ably-flutter/tree/v1.2.33 )
414
515[ Full Changelog] ( https://github.com/ably/ably-flutter/compare/v1.2.32...v1.2.33 )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ In `pubspec.yaml` file:
3535
3636``` yaml
3737dependencies :
38- ably_flutter : ^1.2.33
38+ ably_flutter : ^1.2.34
3939` ` `
4040
4141### Import the package
Original file line number Diff line number Diff line change 11PODS:
2- - Ably (1.2.30 ):
2+ - Ably (1.2.33 ):
33 - AblyDeltaCodec (= 1.3.3)
44 - msgpack (= 0.4.0)
5- - ably_flutter (1.2.33 ):
6- - Ably (= 1.2.30 )
5+ - ably_flutter (1.2.34 ):
6+ - Ably (= 1.2.33 )
77 - Flutter
88 - AblyDeltaCodec (1.3.3)
99 - device_info_plus (0.0.1):
@@ -44,8 +44,8 @@ EXTERNAL SOURCES:
4444 :path: ".symlinks/plugins/fluttertoast/ios"
4545
4646SPEC CHECKSUMS:
47- Ably: 0022e87130c1a433cf63852ef09d0cdd7c19f028
48- ably_flutter: d5d27cbc629354c5bc52a6f83196bee44ecf3284
47+ Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
48+ ably_flutter: e4b2f440e48855dbbd94856f27fa73dc53f17e23
4949 AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
5050 device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
5151 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
77 path: ".."
88 relative: true
99 source: path
10- version: "1.2.33 "
10+ version: "1.2.34 "
1111 args:
1212 dependency: transitive
1313 description:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818 s . source_files = 'Classes/**/*'
1919 s . public_header_files = 'Classes/**/*.h'
2020 s . dependency 'Flutter'
21- s . dependency 'Ably' , '1.2.30 '
21+ s . dependency 'Ably' , '1.2.33 '
2222 s . platform = :ios
2323 s . ios . deployment_target = '10.0'
2424
Original file line number Diff line number Diff line change 11name : ably_flutter
22description : A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
3- version : 1.2.33
3+ version : 1.2.34
44repository : https://github.com/ably/ably-flutter
55
66environment :
Original file line number Diff line number Diff line change 11PODS:
2- - Ably (1.2.30 ):
2+ - Ably (1.2.33 ):
33 - AblyDeltaCodec (= 1.3.3)
44 - msgpack (= 0.4.0)
5- - ably_flutter (1.2.33 ):
6- - Ably (= 1.2.30 )
5+ - ably_flutter (1.2.34 ):
6+ - Ably (= 1.2.33 )
77 - Flutter
88 - AblyDeltaCodec (1.3.3)
99 - Flutter (1.0.0)
@@ -26,8 +26,8 @@ EXTERNAL SOURCES:
2626 :path: Flutter
2727
2828SPEC CHECKSUMS:
29- Ably: 0022e87130c1a433cf63852ef09d0cdd7c19f028
30- ably_flutter: d5d27cbc629354c5bc52a6f83196bee44ecf3284
29+ Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
30+ ably_flutter: e4b2f440e48855dbbd94856f27fa73dc53f17e23
3131 AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
3232 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
3333 msgpack: c85f6251873059738472ae136951cec5f30f3251
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ packages:
1515 path: ".."
1616 relative: true
1717 source: path
18- version: "1.2.33 "
18+ version: "1.2.34 "
1919 analyzer:
2020 dependency: transitive
2121 description:
You can’t perform that action at this time.
0 commit comments