Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.41](https://github.com/ably/ably-flutter/tree/v1.2.41)

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.40...v1.2.41)

- Fixed the issue when the device locale has its own digits symbols [\#581](https://github.com/ably/ably-flutter/pull/581)
- Fixed warnings in build scripts for new flutter versions [\#579](https://github.com/ably/ably-flutter/pull/579)

## [1.2.40](https://github.com/ably/ably-flutter/tree/v1.2.40)

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.39...v1.2.40)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Add the Ably Flutter package to your project by including it in your `pubspec.ya

```yaml
dependencies:
ably_flutter: ^1.2.40
ably_flutter: ^1.2.41
```

Once added to your dependencies, import it in your Dart code:
Expand Down
16 changes: 6 additions & 10 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Ably (1.2.33):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.40):
- ably_flutter (1.2.41):
- Ably (= 1.2.33)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand All @@ -13,9 +13,7 @@ PODS:
- Flutter
- fluttertoast (0.0.2):
- Flutter
- Toast
- msgpack (0.4.0)
- Toast (4.0.0)

DEPENDENCIES:
- ably_flutter (from `.symlinks/plugins/ably_flutter/ios`)
Expand All @@ -29,7 +27,6 @@ SPEC REPOS:
- Ably
- AblyDeltaCodec
- msgpack
- Toast

EXTERNAL SOURCES:
ably_flutter:
Expand All @@ -45,15 +42,14 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
ably_flutter: c13341ddc266b08729f1d060a12a85ba0bcdefb3
ably_flutter: 266f291feba58d03b7f8f6ab8193ef615f6d2ab5
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
device_info_plus: 71ffc6ab7634ade6267c7a93088ed7e4f74e5896
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
fluttertoast: 6122fa75143e992b1d3470f61000f591a798cc58
flutter_local_notifications: ad39620c743ea4c15127860f4b5641649a988100
fluttertoast: 2c67e14dce98bbdb200df9e1acf610d7a6264ea1
msgpack: c85f6251873059738472ae136951cec5f30f3251
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196

PODFILE CHECKSUM: 1e2c1b20be30d932ecf4aea37c7fa8602c49c7fa

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
2 changes: 0 additions & 2 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Ably/Ably.framework",
"${BUILT_PRODUCTS_DIR}/AblyDeltaCodec/AblyDeltaCodec.framework",
"${BUILT_PRODUCTS_DIR}/Toast/Toast.framework",
"${BUILT_PRODUCTS_DIR}/ably_flutter/ably_flutter.framework",
"${BUILT_PRODUCTS_DIR}/device_info_plus/device_info_plus.framework",
"${BUILT_PRODUCTS_DIR}/flutter_local_notifications/flutter_local_notifications.framework",
Expand All @@ -235,7 +234,6 @@
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Ably.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AblyDeltaCodec.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Toast.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ably_flutter.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/device_info_plus.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_local_notifications.framework",
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.40"
version: "1.2.41"
args:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ably_flutter
description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
version: 1.2.40
version: 1.2.41
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
6 changes: 3 additions & 3 deletions test_integration/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Ably (1.2.33):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.40):
- ably_flutter (1.2.41):
- Ably (= 1.2.33)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand All @@ -27,11 +27,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
ably_flutter: c13341ddc266b08729f1d060a12a85ba0bcdefb3
ably_flutter: 266f291feba58d03b7f8f6ab8193ef615f6d2ab5
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
msgpack: c85f6251873059738472ae136951cec5f30f3251

PODFILE CHECKSUM: f2c6cc511583caab2c65ac3f5766428391d93d34

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion test_integration/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.40"
version: "1.2.41"
analyzer:
dependency: transitive
description:
Expand Down
Loading