Skip to content

Releases: pusheco/pushe-flutter

v2.5.2

24 Jan 13:34
Compare
Choose a tag to compare

v2.5.2

Android

  • [fix] Bugs in some methods where casting was an issue

v2.5.1

24 Jan 07:39
Compare
Choose a tag to compare

2.5.1

Android

  • [Breaking] Huawei push support android module is now optional and will not be added to classpath by default
    In order to get benefits add it to your build.gradle file:

    //dependencies {
      implementation("co.pushe.plus:hms:2.5.1")
    // }
  • [Breaking] PusheInAppMessaging android module is now optional and will not be added to classpath by default
    In order to get benefits add it to your build.gradle file:

    //dependencies {
      implementation("co.pushe.plus:inappmessaging:2.5.1")
    // }
  • Feat: Update targetSDK to 31. This update also fixes the android:exported service attribute issue

iOS

  • [Breaking]: iOS support is canceled temporarily until it is decided to bring it back. Pushe.dart method will ignore non-android calls and return default results

2.5.1-nullsafety.1

13 Aug 14:51
Compare
Choose a tag to compare
2.5.1-nullsafety.1 Pre-release
Pre-release
  • Fix: Remove legacy preview remote for downloading native packages
    This fixes the error during compile time which was caused by an old bintray gradle remote url.

v2.4.0

01 Dec 09:26
Compare
Choose a tag to compare

2.4.0

New

  • PusheFlutter now features iOS support
  • Android supports Huawei push notifications using hms module

Android

  • Update native library to 2.4.1-beta05 which includes:
    • hms module adding support for sending push notifications on Huawei devices (HMSCore)
    • Improvements and bug fixes

iOS

  • Stable changes of 2.3.0-alpha01

v2.3.0-alpha01

17 Nov 15:32
Compare
Choose a tag to compare
v2.3.0-alpha01 Pre-release
Pre-release

2.3.0-alpha01

New
PusheFlutter now features iOS support

  • [change] Inner plugin classes are changed to respect iOS native classes
  • Android: Update native library to 2.2.1

v2.2.0

20 Sep 09:52
39f07e8
Compare
Choose a tag to compare
  • Introducing InAppMessaging module added to plugin
  • Added APIs:
    • triggerEvent for triggering local events.
    • disableInAppMessaging/EnableInAppMessaging/isInAppMessagingEnabled to control whether message should be shown or not.
    • setInAppMessagingListener to get a callback when a specific event occurred on InAppMessaging module
    • dismissShownInApp to remove shown InApp message using code
    • testInAppMessage for testing purposes using code
  • Fix: Bug in sendNotificationToUser when type was DeviceId
  • Fix: PlatformChannel crash after successful sendNotificationToUser

v2.1.1

19 Aug 08:07
df34122
Compare
Choose a tag to compare
Update pub badge

v2.0.3

18 Feb 09:28
a3acc35
Compare
Choose a tag to compare
  • Fix bug in notification listeners
  • Improve sendNotificationToUser to support multiple IDs
  • Function callbacks will have no boolean status anymore, since there was no false status
  • Code style improvements
  • Example project improvements

v2.0.2

30 Jan 08:31
Compare
Choose a tag to compare
  • Use the new Plus SDK and deprecate pushe
  • Fix issue with androidX

1.0.1

16 Sep 06:03
Compare
Choose a tag to compare
Changes:
  • Fix issue when using projects with androidX enabled. issue #3