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
12 changes: 7 additions & 5 deletions splitio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
## 0.1.2+2 (Dec 7, 2022)
# 0.1.3-rc.1 (May 18, 2023)

# 0.1.2+2 (Dec 7, 2022)

Added consumer ProGuard rules for Android.

## 0.1.2+1 (Sep 14, 2022)
# 0.1.2+1 (Sep 14, 2022)

Added exports for models.

## 0.1.2 (Sep 13, 2022)
# 0.1.2 (Sep 13, 2022)

* Migrated to federated structure.
* Added support for Impression Listener.
Expand All @@ -15,11 +17,11 @@ Added exports for models.
* Added support for manager methods.
* Added support for linking native factory.

## 0.1.1 (Aug 19, 2022)
# 0.1.1 (Aug 19, 2022)

Minor fixes.

## 0.1.0 (Aug 3, 2022)
# 0.1.0 (Aug 3, 2022)

Initial release.

Expand Down
2 changes: 1 addition & 1 deletion splitio/example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion splitio/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, '9.0'
platform :ios, '11.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
14 changes: 7 additions & 7 deletions splitio/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Flutter (1.0.0)
- Split (2.15.0)
- splitio_ios (0.1.0):
- Split (2.20.1)
- splitio_ios (0.2.0):
- Flutter
- Split (~> 2.15.0)
- Split (~> 2.20.1)

DEPENDENCIES:
- Flutter (from `Flutter`)
Expand All @@ -20,10 +20,10 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/splitio_ios/ios"

SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
Split: d103c6afa47b5d1eac21e066c6bc09c879b21798
splitio_ios: 665651004a4984a415386b1eed4ae315b50bc069
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Split: afbdfda76fe2c90bd449564eed2d83de00c0ff69
splitio_ios: e6d3dfe108ba894129a6b249d8914e3c44f0ffc4

PODFILE CHECKSUM: a75497545d4391e2d394c3668e20cfb1c2bbd4aa
PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d

COCOAPODS: 1.11.3
11 changes: 7 additions & 4 deletions splitio/example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -230,10 +230,12 @@
};
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
);
name = "Thin Binary";
outputPaths = (
Expand Down Expand Up @@ -261,6 +263,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down Expand Up @@ -348,7 +351,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
Expand Down Expand Up @@ -425,7 +428,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -474,7 +477,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
Expand Down
4 changes: 4 additions & 0 deletions splitio/example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,9 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>
12 changes: 6 additions & 6 deletions splitio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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: 0.1.2+2
version: 0.1.3-rc.1
homepage: https://split.io/
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/

environment:
sdk: ">=2.16.2 <3.0.0"
sdk: ">=2.16.2 <4.0.0"
flutter: ">=2.5.0"

flutter:
Expand All @@ -19,12 +19,12 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_android: ^0.1.2+1
splitio_ios: ^0.1.2
splitio_platform_interface: ^1.0.0
splitio_android: ^0.1.3-rc.1
splitio_ios: ^0.1.3-rc.1
splitio_platform_interface: ^1.1.0-rc.1

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
plugin_platform_interface: ^2.1.2
plugin_platform_interface: ^2.1.4
4 changes: 2 additions & 2 deletions splitio/test/splitio_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ void main() {
Splitio('api-key', 'matching-key',
bucketingKey: 'bucketing-key',
configuration:
SplitConfiguration(enableDebug: true, streamingEnabled: false));
SplitConfiguration(logLevel: SplitLogLevel.debug, streamingEnabled: false));
expect(_platform.methodName, 'init');
expect(_platform.methodArguments, {
'apiKey': 'api-key',
'matchingKey': 'matching-key',
'bucketingKey': 'bucketing-key',
'sdkConfiguration': {'enableDebug': true, 'streamingEnabled': false},
'sdkConfiguration': {'logLevel': 'debug', 'streamingEnabled': false},
});
});
});
Expand Down
6 changes: 4 additions & 2 deletions splitio_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 0.1.2+1 (Dec 7, 2022)
# 0.1.3-rc.1 (May 18, 2023)

# 0.1.2+1 (Dec 7, 2022)

Added Consumer ProGuard rules.

## 0.1.2 (Aug 13, 2022)
# 0.1.2 (Aug 13, 2022)

Splits from `splitio` as federated implementation.
6 changes: 3 additions & 3 deletions splitio_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: splitio_android
description: The official Android implementation of splitio Flutter plugin.
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_android
version: 0.1.2+1
version: 0.1.3-rc.1

environment:
sdk: ">=2.16.2 <3.0.0"
sdk: ">=2.16.2 <4.0.0"
flutter: ">=2.5.0"

flutter:
Expand All @@ -19,7 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_platform_interface: ^1.0.0
splitio_platform_interface: ^1.1.0-rc.1

dev_dependencies:
flutter_test:
Expand Down
2 changes: 2 additions & 0 deletions splitio_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.1.3-rc.1 (May 18, 2023)

# 0.1.2 (Aug 13, 2022)

Splits from `splitio` as federated implementation.
6 changes: 3 additions & 3 deletions splitio_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: splitio_ios
description: The official iOS implementation of splitio Flutter plugin.
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_ios
version: 0.1.2
version: 0.1.3-rc.1

environment:
sdk: ">=2.16.2 <3.0.0"
sdk: ">=2.16.2 <4.0.0"
flutter: ">=2.5.0"

flutter:
Expand All @@ -18,7 +18,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_platform_interface: ^1.0.0
splitio_platform_interface: ^1.1.0-rc.1

dev_dependencies:
flutter_test:
Expand Down
2 changes: 2 additions & 0 deletions splitio_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 1.1.0-rc.1 (May 18, 2023)

# 1.0.0 (Aug 13, 2022)

Initial release.
6 changes: 3 additions & 3 deletions splitio_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: splitio_platform_interface
description: A common platform interface for the splitio plugin.
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.0.0
version: 1.1.0-rc.1
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_platform_interface

environment:
sdk: ">=2.16.2 <3.0.0"
sdk: ">=2.16.2 <4.0.0"
flutter: ">=2.5.0"

dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.2
plugin_platform_interface: ^2.1.4

dev_dependencies:
flutter_test:
Expand Down