Skip to content

Commit

Permalink
prepare release 0.0.4+4
Browse files Browse the repository at this point in the history
  • Loading branch information
formatCvt committed Dec 16, 2019
1 parent 250e19c commit ca89a5f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4+4

* Plugin `README.md` polishing.

## 0.0.4+3

* Remove the deprecated `author:` field from pubspec.yaml.
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ A Flutter plugin for [Yandex AppMetrica SDK][SITE].

## Plugin implementation status
### Implemented
- [x] Events (https://appmetrica.yandex.com/docs/mobile-events/concepts/events.html)
- [x] Profiles (https://appmetrica.yandex.com/docs/mobile-profile/concepts/profile.html)
- [Events](https://appmetrica.yandex.com/docs/mobile-events/concepts/events.html)
- [Profiles](https://appmetrica.yandex.com/docs/mobile-profile/concepts/profile.html)
### Not implemented yet
- [ ] Revenue (https://appmetrica.yandex.com/docs/revenue/concepts/about.html). Coming soon.
- [ ] Crashes (https://appmetrica.yandex.com/docs/crashes/about.html)
- [ ] Push notifications (https://appmetrica.yandex.com/docs/push/concepts/about.html)
- [ ] Multiple reporters support (with different API keys)
- [ ] Deeplinks
- [Revenue](https://appmetrica.yandex.com/docs/revenue/concepts/about.html). Coming soon
- [Crashes](https://appmetrica.yandex.com/docs/crashes/about.html)
- [Push notifications](https://appmetrica.yandex.com/docs/push/concepts/about.html)
- Multiple reporters support (with different API keys)
- Deeplinks

## Usage
To use this plugin, add `appmetrica_sdk` as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/). See demonstration how to use the appmetrica_sdk plugin in example section.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.4+3"
version: "0.0.4+4"
archive:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: appmetrica_sdk
description: A Flutter plugin for Yandex AppMetrica SDK, a marketing platform for
app install attribution, app analytics, and push campaigns.
version: 0.0.4+3
version: 0.0.4+4
homepage: https://github.com/EMALLStudio/appmetrica_sdk

environment:
Expand Down

0 comments on commit ca89a5f

Please sign in to comment.