Skip to content

Commit 2a1cf24

Browse files
committed
Update splitio
1 parent df2eba9 commit 2a1cf24

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

splitio/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.0.0-rc.1 (Aug 14, 2025)
2+
3+
14
# 0.2.0 (Nov 6, 2024)
25
* Added support for targeting rules based on large segments.
36
* BREAKING CHANGE (for Split Proxy users):

splitio/pubspec.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ flutter:
2020
dependencies:
2121
flutter:
2222
sdk: flutter
23-
splitio_android: # ^1.0.0-rc.1
24-
path: ../splitio_android
25-
splitio_ios: # ^1.0.0-rc.1
26-
path: ../splitio_ios
27-
splitio_platform_interface: # ^2.0.0-rc.1
28-
path: ../splitio_platform_interface
23+
splitio_android: ^1.0.0-rc.1
24+
splitio_ios: ^1.0.0-rc.1
25+
splitio_platform_interface: ^2.0.0-rc.1
2926
dev_dependencies:
3027
flutter_test:
3128
sdk: flutter

0 commit comments

Comments
 (0)