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.40] ( https://github.com/ably/ably-flutter/tree/v1.2.40 )
4+
5+ [ Full Changelog] ( https://github.com/ably/ably-flutter/compare/v1.2.39...v1.2.40 )
6+
7+ - Added stable 64-bit ID generation for streams and improve platform reset handling [ \# 573] ( https://github.com/ably/ably-flutter/pull/573 )
8+
39## [ 1.2.39] ( https://github.com/ably/ably-flutter/tree/v1.2.39 )
410
511[ Full Changelog] ( https://github.com/ably/ably-flutter/compare/v1.2.38...v1.2.39 )
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.39
38+ ably_flutter : ^1.2.40
3939` ` `
4040
4141### Import the package
Original file line number Diff line number Diff line change 22 - Ably (1.2.33):
33 - AblyDeltaCodec (= 1.3.3)
44 - msgpack (= 0.4.0)
5- - ably_flutter (1.2.39 ):
5+ - ably_flutter (1.2.40 ):
66 - Ably (= 1.2.33)
77 - Flutter
88 - AblyDeltaCodec (1.3.3)
@@ -45,7 +45,7 @@ EXTERNAL SOURCES:
4545
4646SPEC CHECKSUMS:
4747 Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
48- ably_flutter: faa19330c0be51991d44a8e57b68016e3d264cbd
48+ ably_flutter: c13341ddc266b08729f1d060a12a85ba0bcdefb3
4949 AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
5050 device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
5151 Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
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.39 "
10+ version: "1.2.40 "
1111 args:
1212 dependency: transitive
1313 description:
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.39
3+ version : 1.2.40
44repository : https://github.com/ably/ably-flutter
55
66environment :
Original file line number Diff line number Diff line change 22 - Ably (1.2.33):
33 - AblyDeltaCodec (= 1.3.3)
44 - msgpack (= 0.4.0)
5- - ably_flutter (1.2.39 ):
5+ - ably_flutter (1.2.40 ):
66 - Ably (= 1.2.33)
77 - Flutter
88 - AblyDeltaCodec (1.3.3)
@@ -27,7 +27,7 @@ EXTERNAL SOURCES:
2727
2828SPEC CHECKSUMS:
2929 Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
30- ably_flutter: faa19330c0be51991d44a8e57b68016e3d264cbd
30+ ably_flutter: c13341ddc266b08729f1d060a12a85ba0bcdefb3
3131 AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
3232 Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
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.39 "
18+ version: "1.2.40 "
1919 analyzer:
2020 dependency: transitive
2121 description:
You can’t perform that action at this time.
0 commit comments