Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG, fix publish warning, package description #12

Merged
merged 4 commits into from
Apr 22, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.1.3

Tests running and passing on latest Dart release 2.0.5
Migration to null safety as detailed here: https://dart.dev/null-safety/migration-guide#step2-migrate
Thanks to @afermin for the update with PR #11 🙏

# 0.1.2

Added asynchronous initialization as described here: https://docs.developers.optimizely.com/full-stack/docs/initialize-sdk-android#section-asynchronous-initialization
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add `optimizely_plugin` as a dependency in your project's `pubspec.yaml`

```
dependencies:
optimizely_plugin: ^0.1.0
optimizely_plugin: ^0.1.3
```

Then run `flutter pub get` in your project directory
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: optimizely_plugin
description: Flutter plugin for Optimizely SDK
description: Flutter plugin for Optimizely native SDKs. Check feature flags and feature variables from your Optimizely project.
version: 0.1.3
homepage: https://www.policygenius.com/
repository: https://github.com/policygenius/optimizely-plugin

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0 <2.0.0"
flutter: ">=1.20.0"

dependencies:
flutter:
Expand Down