File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11
2+ ## [ 0.1.1-beta] - October 26th, 2022
3+ ### Beta release of the Optimizely X Full Stack Flutter SDK.
4+ * Following are the listener related methods added in Flutter SDK.*
5+ * removeNotificationListener
6+ * clearNotificationListeners
7+ * clearAllNotificationListeners
8+
29## [ 0.1.0-beta] - October 6th, 2022
310### Beta release of the Optimizely X Full Stack Flutter SDK.
411* Following are the apis 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.0 -beta
32+ optimizely_flutter_sdk: ^0.1.1 -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.0 -beta
3+ version : 0.1.1 -beta
44homepage : https://github.com/optimizely/optimizely-flutter-sdk
55
66environment :
You can’t perform that action at this time.
0 commit comments