File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11
2+ ## [ 0.1.2-beta] - October 28th, 2022
3+ ### Beta release of the Optimizely X Full Stack Flutter SDK.
4+ ### New Feature
5+ * Added optional parameter to set defaultDecideOption in the flutter SDK. ([ #40 ] ( https://github.com/optimizely/optimizely-flutter-sdk/pull/40 ) )
6+
7+ ### Bug Fix
8+ * fixed a crash for nil featureEnabled. ([ #39 ] ( https://github.com/optimizely/optimizely-flutter-sdk/pull/39 ) )
9+
210## [ 0.1.1-beta] - October 26th, 2022
311### Beta release of the Optimizely X Full Stack Flutter SDK.
412* Following are the listener related methods added in Flutter SDK.*
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Other Flutter platforms are not currently supported by this SDK.
2929To add the flutter-sdk to your project dependencies, include the following in your app's pubspec.yaml:
3030
3131```
32- optimizely_flutter_sdk: ^0.1.1 -beta
32+ optimizely_flutter_sdk: ^0.1.2 -beta
3333```
3434
3535Then, import the package in your application code:
Original file line number Diff line number Diff line change 11name : optimizely_flutter_sdk
22description : This repository houses the Flutter SDK for use with Optimizely Full Stack and Optimizely Rollouts.
3- version : 0.1.1 -beta
3+ version : 0.1.2 -beta
44homepage : https://github.com/optimizely/optimizely-flutter-sdk
55
66environment :
You can’t perform that action at this time.
0 commit comments