-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/Fix README.md and change CHANGELOG format
- Loading branch information
1 parent
c24ab18
commit b591022
Showing
3 changed files
with
26 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
## 0.2.0 - August 12, 2021 | ||
## Release Notes | ||
## Release Notes for 0.2.1 | ||
#### August 12, 2021 | ||
* Fixes | ||
* Package usage in README.md | ||
|
||
* Universal links and app links | ||
## Release Notes for 0.2.0 | ||
#### August 12, 2021 | ||
* Features | ||
* Universal links and app links | ||
|
||
## 0.1.1 - July 21, 2021 | ||
## Release Notes for 0.1.1 | ||
#### July 21, 2021 | ||
* Features | ||
* Telemetry | ||
* Push notifications for iOS | ||
* Documentation | ||
|
||
* Telemetry | ||
* Push notifications for iOS | ||
* Documentation | ||
|
||
## 0.1.0 - July 8, 2021 | ||
|
||
* Initial release with base functionality of the mobile SDKs - tracking, in-app messages, fetching | ||
* Push notifications for Android | ||
## Release Notes for 0.1.0 | ||
#### July 8, 2021 | ||
* Features | ||
* Initial release with base functionality of the mobile SDKs - tracking, in-app messages, fetching | ||
* Push notifications for Android |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,9 @@ Flutter SDK is implemented as a wrapper around [native Android SDK](https://gith | |
|
||
## Getting started | ||
In your projects `pubspec.yaml` file, add dependency to Flutter Exponea SDK: | ||
|
||
exponea: | ||
git: | ||
url: [email protected]:exponea/exponea-flutter-sdk.git | ||
ref: 0.1.0 | ||
``` | ||
exponea: x.y.z | ||
``` | ||
|
||
### iOS setup | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters