wonderpush_fcm_flutter 1.0.8 copy "wonderpush_fcm_flutter: ^1.0.8" to clipboard
wonderpush_fcm_flutter: ^1.0.8 copied to clipboard

PlatformAndroid

Mobile push notification delivery with the WonderPush service. The WonderPush Flutter SDK makes it easy to add push notifications to your iOS and Android apps. FCM compatibility module.

1.0.8 #

  • Upgrade to WonderPush Android SDK FCM v1.0.7

1.0.7 #

  • Fix build.gradle

1.0.6 #

  • Upgrade to WonderPush Android SDK FCM v1.0.6

1.0.5 #

  • Upgrade to WonderPush Android SDK FCM v1.0.5
    • Check for other conflicting FirebaseMessagingServices and provide with resolution stategies right from logcat.
  • Replace JCenter repository with Maven Central

1.0.4 #

  • Update to WonderPush Android SDK FCM module v1.0.4:
    • Declare missing exported attribute for Android 12 compatibility

This update is required if your application uses targetSdk 31. This releases fixes the following build error:

Manifest merger failed : Apps targeting Android 12 and higher are required
to specify an explicit value for android:exported when the corresponding
component has an intent filter defined.

See the related Android 12 change.

1.0.3 #

  • Update to WonderPush Android SDK FCM module v1.0.3:
    • Upgrade firebase-messaging to get rid of a dependency on pre-AndroidX support libraries. Without this change you needed to use android.enableJetifier=true.
    • Upgrade firebase-messaging to be compatible with versions 22+, as they replaced their Instance ID SDK with their Installations SDK. WonderPush failed to retrieve a push token with such versions of the dependency. This only affected users that depended on Firebase outside of WonderPush if one of their dependencies forced the firebase-messaging to use version 22+.

1.0.2 #

If you faced one of these errors:

W/WonderPush.Push.FCM.FCMPushService: The Google Play Services have not been added to the application
    java.lang.ClassNotFoundException: com.google.android.gms.common.GooglePlayServicesUtil
     Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.common.GooglePlayServicesUtil" on path: DexPathList[…]
D/WonderPush.Push: Used push service: (none)
E/WonderPush: Failed to show the notification
    java.lang.IllegalArgumentException: Invalid notification (no valid small icon)

then this update is for you. Other users are encouraged to update too.

Changelog:

  • Null safety (this package contains no Dart code, but it depends on Dart 2.12 now)
  • Integrates Android dependency com.wonderpush:wonderpush-android-sdk-fcm v1.0.2.
    • Fix compatibility with recent Firebase modules

1.0.1 #

  • Integrates Android dependency com.wonderpush:wonderpush-android-sdk-fcm v1.0.1.
2
likes
120
pub points
79%
popularity

Publisher

verified publisherwonderpush.com

Mobile push notification delivery with the WonderPush service. The WonderPush Flutter SDK makes it easy to add push notifications to your iOS and Android apps. FCM compatibility module.

Homepage

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on wonderpush_fcm_flutter