Skip to content

Commit 8eae647

Browse files
committed
splitio 0.2.0
1 parent 07b9bbd commit 8eae647

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

splitio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.0 (Nov 6, 2024)
2+
* Added support for targeting rules based on large segments.
3+
* BREAKING CHANGE (for Split Proxy users):
4+
* Dropped support for Split Proxy below version `5.9.0`.
5+
* Updated iOS SDK to `3.0.0` & Android SDK to `5.0.0`.
6+
17
# 0.2.0-rc.1 (Nov 6, 2024)
28

39
# 0.1.10 (Oct 18, 2024)

splitio/example/pubspec.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,21 +166,23 @@ packages:
166166
path: ".."
167167
relative: true
168168
source: path
169-
version: "0.2.0-rc.1"
169+
version: "0.2.0"
170170
splitio_android:
171171
dependency: transitive
172172
description:
173-
path: "../../splitio_android"
174-
relative: true
175-
source: path
176-
version: "0.2.0-rc.1"
173+
name: splitio_android
174+
sha256: "44b0e1dddd374fc73fc1b5ef89598b96ea405d533a8211c06a45665f5d6187b5"
175+
url: "https://pub.dev"
176+
source: hosted
177+
version: "0.2.0"
177178
splitio_ios:
178179
dependency: transitive
179180
description:
180-
path: "../../splitio_ios"
181-
relative: true
182-
source: path
183-
version: "0.2.0-rc.1"
181+
name: splitio_ios
182+
sha256: "7c7a2a60711b8e6267cde7e2754d30931dafc76b20b28e1356624963628cb166"
183+
url: "https://pub.dev"
184+
source: hosted
185+
version: "0.2.0"
184186
splitio_platform_interface:
185187
dependency: transitive
186188
description:

splitio/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: splitio
22
description: Official plugin for split.io, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience.
3-
version: 0.2.0-rc.1
3+
version: 0.2.0
44
homepage: https://split.io/
55
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/
66

@@ -19,8 +19,8 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_android: ^0.2.0-rc.1
23-
splitio_ios: ^0.2.0-rc.1
22+
splitio_android: ^0.2.0
23+
splitio_ios: ^0.2.0
2424
splitio_platform_interface: ^1.5.0
2525

2626
dev_dependencies:

0 commit comments

Comments
 (0)