Skip to content

Commit 46179b2

Browse files
rc splitio package
1 parent 7c93629 commit 46179b2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

splitio/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 1.1.0-rc.1 (Jan 15, 2026)
2+
13
# 1.0.0 (Aug 14, 2025)
24
- Updated Android SDK to `5.3.1` & iOS SDK to `3.3.2`
35
- Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.

splitio/pubspec.yaml

Lines changed: 2 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: 1.0.0
3+
version: 1.1.0-rc.1
44
homepage: https://split.io/
55
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/
66

@@ -23,8 +23,7 @@ dependencies:
2323
sdk: flutter
2424
splitio_android: ^1.0.0
2525
splitio_ios: ^1.0.0
26-
splitio_web: # ^1.0.0
27-
path: ../splitio_web # @TODO remove when splitio_web is published
26+
splitio_web: ^1.0.0-rc.1
2827
splitio_platform_interface: ^2.0.0
2928
dev_dependencies:
3029
flutter_test:

0 commit comments

Comments
 (0)