We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2eba9 commit 2a1cf24Copy full SHA for 2a1cf24
splitio/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.0.0-rc.1 (Aug 14, 2025)
2
+
3
4
# 0.2.0 (Nov 6, 2024)
5
* Added support for targeting rules based on large segments.
6
* BREAKING CHANGE (for Split Proxy users):
splitio/pubspec.yaml
@@ -20,12 +20,9 @@ flutter:
20
dependencies:
21
flutter:
22
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
+ splitio_android: ^1.0.0-rc.1
+ splitio_ios: ^1.0.0-rc.1
+ splitio_platform_interface: ^2.0.0-rc.1
29
dev_dependencies:
30
flutter_test:
31
0 commit comments