Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@semiherdogan semiherdogan released this 06 May 12:19
· 3 commits to main since this release

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 version 2.6.2
  • On iOS, deepwall-core version upgraded to version 2.4.2
  • Example main.dart file updated

Added

  • On android added orientation parameter to requestPaywall method