Skip to content

Commit

Permalink
feat/Prepare for release on pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
FrantisekGazo committed Aug 12, 2021
1 parent a7a1c74 commit c24ab18
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 24 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.2.0 - August 12, 2021

* Universal links and app links

## 0.1.1 - July 21, 2021

* 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
22 changes: 21 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
TODO: Add your license here.
MIT License

Copyright (c) 2021 Exponea

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flutter Exponea SDK
# Flutter Exponea SDK - Beta version
Flutter Exponea SDK allows your application to interact with the [Exponea](https://exponea.com/) Customer Data & Experience Platform. Exponea empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value.

Flutter SDK is implemented as a wrapper around [native Android SDK](https://github.com/exponea/exponea-android-sdk) and [native iOS SDK](https://github.com/exponea/exponea-ios-sdk).
Expand Down Expand Up @@ -46,4 +46,4 @@ If facing any issues, look for **Troubleshooting** section in the respective doc

## Release Notes

[Release notes](./Documentation/RELEASE_NOTES.md) for the SDK.
[Release notes](./CHANGELOG.md) for the SDK.
13 changes: 0 additions & 13 deletions documentation/RELEASE_NOTES.md

This file was deleted.

2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.2.0"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packages:
source: hosted
version: "0.12.10"
meta:
dependency: transitive
dependency: "direct main"
description:
name: meta
url: "https://pub.dartlang.org"
Expand Down
13 changes: 7 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: exponea
description: Exponea flutter plugin.
version: 0.1.1
author: Exponea
homepage: https://exponea.com/
description: Exponea Flutter SDK
version: 0.2.0
homepage: https://exponea.com
repository: https://github.com/exponea/exponea-flutter-sdk

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

dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: 2.0.0
meta: ^1.3.0
plugin_platform_interface: ^2.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit c24ab18

Please sign in to comment.