Skip to content

Commit be61d4c

Browse files
prepare release
1 parent f41ea90 commit be61d4c

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
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.2.0-rc.1 (Jan 28, 2026)
2+
13
# 1.1.0 (Jan 16, 2026)
24
- Added Web support via the `splitio_web` package, the Web implementation of `splitio` based on the Split Browser SDK `1.6.0`.
35

splitio/pubspec.yaml

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

@@ -21,14 +21,10 @@ flutter:
2121
dependencies:
2222
flutter:
2323
sdk: flutter
24-
splitio_android: # ^1.0.0
25-
path: ../splitio_android
26-
splitio_ios: # ^1.0.0
27-
path: ../splitio_ios
28-
splitio_web: # ^1.0.0
29-
path: ../splitio_web
30-
splitio_platform_interface: # ^2.0.0
31-
path: ../splitio_platform_interface
24+
splitio_android: ^1.1.0-rc.1
25+
splitio_ios: ^1.1.0-rc.1
26+
splitio_web: ^1.1.0-rc.1
27+
splitio_platform_interface: ^2.1.0-rc.1
3228
dev_dependencies:
3329
flutter_test:
3430
sdk: flutter

splitio_android/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 28, 2026)
2+
13
# 1.0.0 (Aug 14, 2025)
24
- Updated Android SDK to `5.3.1`.
35

splitio_android/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: splitio_android
22
description: The official Android implementation of splitio Flutter plugin.
33
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_android
4-
version: 1.0.0
4+
version: 1.1.0-rc.1
55

66
environment:
77
sdk: ">=2.16.2 <4.0.0"
@@ -19,8 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_platform_interface: # ^2.0.0
23-
path: ../splitio_platform_interface
22+
splitio_platform_interface: ^2.1.0-rc.1
2423

2524
dev_dependencies:
2625
flutter_test:

splitio_ios/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 28, 2026)
2+
13
# 1.0.0 (Aug 14, 2025)
24
- iOS SDK to `3.3.2`
35

splitio_ios/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: splitio_ios
22
description: The official iOS implementation of splitio Flutter plugin.
33
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_ios
4-
version: 1.0.0
4+
version: 1.1.0-rc.1
55

66
environment:
77
sdk: ">=2.16.2 <4.0.0"
@@ -18,8 +18,7 @@ flutter:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
splitio_platform_interface: # ^2.0.0
22-
path: ../splitio_platform_interface
21+
splitio_platform_interface: ^2.1.0-rc.1
2322

2423
dev_dependencies:
2524
flutter_test:

splitio_platform_interface/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 2.1.0-rc.1 (Jan 28, 2026)
2+
13
# 2.0.0 (Aug 14, 2025)
24

35
# 2.0.0-rc.1 (Aug 14, 2025)

splitio_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: splitio_platform_interface
22
description: A common platform interface for the splitio plugin.
33
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
44
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
5-
version: 2.0.0
5+
version: 2.1.0-rc.1
66
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_platform_interface
77

88
environment:

splitio_web/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# 1.0.1 (January XX, 2026)
2-
- Updated Browser SDK to `1.6.1`.
1+
# 1.1.0-rc.1 (Jan 28, 2026)
32

4-
# 1.0.0 (January 16, 2026)
3+
# 1.0.0 (Jan 16, 2026)
54
- Initial release. Web implementation of `splitio` based on Split Browser SDK `1.6.0`.
65

7-
# 1.0.0-rc.1 (January 15, 2026)
6+
# 1.0.0-rc.1 (Jan 15, 2026)

splitio_web/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: splitio_web
22
description: The official Web implementation of splitio Flutter plugin.
33
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_web
4-
version: 1.0.0
4+
version: 1.1.0-rc.1
55

66
environment:
77
sdk: ">=3.3.0 <4.0.0" # using Dart 3.3+ extension types for JS interop
@@ -20,8 +20,7 @@ flutter:
2020
dependencies:
2121
flutter:
2222
sdk: flutter
23-
splitio_platform_interface: # ^2.0.0
24-
path: ../splitio_platform_interface
23+
splitio_platform_interface: ^2.1.0-rc.1
2524
flutter_web_plugins:
2625
sdk: flutter
2726
web: ">=0.5.0 <2.0.0"

0 commit comments

Comments
 (0)