Skip to content

Commit 175d5f3

Browse files
committed
splitio to 1.0.0
1 parent 330ba62 commit 175d5f3

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

splitio/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
# 1.0.0-rc.1 (Aug 14, 2025)
1+
# 1.0.0 (Aug 14, 2025)
2+
- Updated Android SDK to `5.3.1` & iOS SDK to `3.3.2`
3+
- 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.
4+
- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.
5+
- Added two new configuration options to control the behavior of the persisted rollout plan cache. Use `rolloutCacheConfiguration` in the config.
6+
- Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs.
7+
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on SplitView type objects. Read more in our docs.
28

9+
# 1.0.0-rc.1 (Aug 14, 2025)
310

411
# 0.2.0 (Nov 6, 2024)
512
* Added support for targeting rules based on large segments.

splitio/pubspec.yaml

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

@@ -19,9 +19,9 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_android: ^1.0.0-rc.1
23-
splitio_ios: ^1.0.0-rc.1
24-
splitio_platform_interface: ^2.0.0-rc.1
22+
splitio_android: ^1.0.0
23+
splitio_ios: ^1.0.0
24+
splitio_platform_interface: ^2.0.0
2525
dev_dependencies:
2626
flutter_test:
2727
sdk: flutter

0 commit comments

Comments
 (0)