Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion splitio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

# 1.3.0-rc.1 (Sep 23, 2026)
# 1.3.0 (Sep 23, 2026)
* Added Swift Package Manager support, which becomes the default package manager for Flutter apps in Flutter 3.44. CocoaPods remains fully supported.
* Updated the minimum supported iOS version to 12.

# 1.3.0-rc.1 (Sep 23, 2026)

# 1.2.1 (Jan 28, 2026)
* Bug fix: corrected asset path for loading the Browser SDK.

Expand Down
3 changes: 3 additions & 0 deletions splitio/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
analyzer:
exclude:
- build/**
include: package:flutter_lints/flutter.yaml

# Additional information about this file can be found at
Expand Down
6 changes: 6 additions & 0 deletions splitio/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
analyzer:
exclude:
- build/**
- android/**
- ios/**
- web/**
include: package:flutter_lints/flutter.yaml

linter:
Expand Down
273 changes: 0 additions & 273 deletions splitio/example/pubspec.lock

This file was deleted.

4 changes: 2 additions & 2 deletions splitio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: splitio
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.
version: 1.3.0-rc.1
version: 1.3.0
homepage: https://split.io/
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/

Expand All @@ -22,7 +22,7 @@ dependencies:
flutter:
sdk: flutter
splitio_android: ^1.1.0
splitio_ios: ^1.2.0-rc.1
splitio_ios: ^1.2.0
splitio_web: ^1.1.1
splitio_platform_interface: ^2.1.0
dev_dependencies:
Expand Down
4 changes: 3 additions & 1 deletion splitio_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

# 1.2.0-rc.1 (Sep 23, 2026)
# 1.2.0 (Sep 24, 2026)
* Added Swift Package Manager support, which becomes the default package manager for Flutter apps in Flutter 3.44. CocoaPods remains fully supported.
* Updated the minimum supported iOS version to 12.

# 1.2.0-rc.1 (Sep 23, 2026)

# 1.1.0 (Jan 28, 2026)
* Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs.
* Updated iOS SDK to `3.6.0`.
Expand Down
2 changes: 0 additions & 2 deletions splitio_ios/example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion splitio_ios/example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '12.0'
platform :ios, '15.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
29 changes: 0 additions & 29 deletions splitio_ios/example/ios/Podfile.lock

This file was deleted.

Loading
Loading