Skip to content

Commit 30bc061

Browse files
stable release
1 parent 8cdb3c6 commit 30bc061

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
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.1.0 (Jan 16, 2026)
2+
- Added Web support via the `splitio_web` package, the Web implementation of `splitio` based on the Split Browser SDK v1.6.0.
3+
14
# 1.1.0-rc.1 (Jan 15, 2026)
25

36
# 1.0.0 (Aug 14, 2025)

splitio/example/pubspec.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ packages:
171171
path: ".."
172172
relative: true
173173
source: path
174-
version: "1.0.0"
174+
version: "1.1.0"
175175
splitio_android:
176176
dependency: transitive
177177
description:
@@ -199,10 +199,11 @@ packages:
199199
splitio_web:
200200
dependency: transitive
201201
description:
202-
path: "../../splitio_web"
203-
relative: true
204-
source: path
205-
version: "1.0.0-rc.1"
202+
name: splitio_web
203+
sha256: "29dc1a55d80c026afb0f0bad378c81e44ee1e9da5faaf9e931f35b5dfd3ff5f3"
204+
url: "https://pub.dev"
205+
source: hosted
206+
version: "1.0.0"
206207
stack_trace:
207208
dependency: transitive
208209
description:

splitio/pubspec.yaml

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

@@ -23,7 +23,7 @@ dependencies:
2323
sdk: flutter
2424
splitio_android: ^1.0.0
2525
splitio_ios: ^1.0.0
26-
splitio_web: ^1.0.0-rc.1
26+
splitio_web: ^1.0.0
2727
splitio_platform_interface: ^2.0.0
2828
dev_dependencies:
2929
flutter_test:

splitio_web/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# 1.0.0 (January 16, 2026)
2-
- Initial release.
2+
- Initial release. Web implementation of `splitio` based on Split Browser SDK v1.6.0.
33

44
# 1.0.0-rc.1 (January 15, 2026)

splitio_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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-rc.1
4+
version: 1.0.0
55

66
environment:
77
sdk: ">=3.3.0 <4.0.0" # using Dart 3.3+ extension types for JS interop

0 commit comments

Comments
 (0)