Releases: Teknasyon-Teknoloji/deepwall-flutter-sdk
Release 3.0.1
You can install this release with updating your pubspec.yaml
like below:
deepwall_flutter_plugin:
git:
url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git
ref: 3.0.1
Changelog
Changed
- On Android,
deepwall-core
sdk version upgraded to version2.6.6
. - Update sdk dependencies (
pubspec.lock
).
Release 3.0.0
You can install this release with updating your pubspec.yaml
like below:
deepwall_flutter_plugin:
git:
url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git
ref: 3.0.0
Highlights
- You can add orientation parameter when opening paywalls. (Android only)
- You need to add code below into
android/build.gradle
(Add into repositories under allprojects)
maven { url 'https://developer.huawei.com/repo/' }
Changelog
Fixed
- Fixed typo on readme file
- Added missing import to readme
Changed
- On Android,
deepwall-core
version upgraded to version2.6.2
- On iOS,
deepwall-core
version upgraded to version2.4.2
- Example
main.dart
file updated
Added
- On android added orientation parameter to
requestPaywall
method
Release 2.0.1
You can install this release with updating your pubspec.yaml
like below:
deepwall_flutter_plugin:
git:
url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git
ref: 2.0.1
Changelog
Fixed
- Removed todo's from android native code. (onDetachedFromActivity)
Release 2.0.0
You can install this release with updating your pubspec.yaml
like below:
deepwall_flutter_plugin:
git:
url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git
ref: 2.0.0
Highlights
- Migrated to null safety.
Changelog
Added
- Migrated to null safety
Changed
- Readme updated.
- Due to null safety, minimum flutter version requirement is
2.12.0
. - Example file updated.
Release 1.4.1
You can install this release with updating your pubspec.yaml
like below:
deepwall_flutter_plugin:
git:
url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git
ref: 1.4.1
Highlights
- Price (USD) info has been added to the validation result
Changelog
Changed
- Readme updated.
- On iOS,
deepwall-core
version updated to2.4.1
. - On Android,
deepwall-core
version updated to2.4.1
Release 1.4.0
You can install this release with updating your pubspec.yaml
like below:
deepwall_flutter_plugin:
git:
url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git
ref: 1.4.0
Highlights
We've added 4 new parameters into UserProperties
object (These parameters are not mandatory).
You can use it in setUserProperties
and updateUserProperties
methods.
Parameters are:
phoneNumber
emailAddress
firstName
lastName
We have added great features for easily managing special offer flows via Deepwall with Deepwall 1.4.0 version.
You don’t need to add any code for implementation, just upgrading to the latest version will be enough to start using new features.
1) On Close Paywall Feature
With on close paywall feature, you can enable an offer paywall for your users who closed a paywall without making a purchase. On-close paywalls are only displayed with user-triggered close actions, not with app-triggered actions.
You can enable/disable on-close paywalls from Deepwall Management Console anytime for your displays and/or experiments.
Whenever the close button on a paywall is clicked by the user, Deepwall SDK automatically closes the paywall and send a close SDK event to your app. If an on-close paywall is enabled for a paywall, SDK close event is not sent when user closes that paywall. If the user also closes the opened on-close paywall then the close event is dispatched.
2) Paywall Display Rules
With paywall display rules, you will be able to adjust various scenarios like displaying a paywall once a week or every 2-3 days, or apply a maximum display limit for displaying an offer paywall max 2-3 times to each user.
You can manage paywall display rules from Deepwall Management Console by setting display frequency and max display count for your displays and/or experiments.
You will receive showDisabled event in case a paywall is not displayed to your users due to paywall display frequency or max display limitation.
See the documents for more information
docs.deepwall.com
Changelog
Changed
- Readme updated.
- On iOS,
deepwall-core
version updated to2.4.0
. - On Android,
deepwall-core
version updated to2.4.0
Release 1.3.0
You can install this release with updating your pubspec.yaml
like below:
deepwall_flutter_plugin:
git:
url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git
ref: 1.3.0
Added
- Added missing examples to readme file.
Changed
- On iOS,
deepwall-core
version updated to2.3.0
. - On Android,
deepwall-core
version updated to2.3.0
. - On Android, kotlin version requirement is
1.4.32
or higher.
Release 1.2.0
If you are updating from previous version you need to update pubspec.yaml
file deepwall dependency section like below:
deepwall_flutter_plugin:
git:
url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git
ref: 1.2.0
Changed
- On iOS
deepwall-core
version upgraded to version~> 2.2
.
Added
- On iOS added new "requestAppTracking" method.
- On iOS added new "sendExtraDataToPaywall" method for sending extra data to paywalls.
- Added new event for ios "DeepWallEvents.ATT_STATUS_CHANGED".
Release 1.1.0
Fixed
- Added missing parameters for
setUserProperties
method - debugAdvertiseAttributions parameter error fixed
Changed
- On iOS deepwall-core version upgraded to version 2.1.0
- On Android deepwall-core version upgraded to version 2.2.2
Added
- On iOS added
validateReceipt
implementation
First release 1.0.0
Added
- Initial release.