adaptive_messaging 1.0.33
adaptive_messaging: ^1.0.33 copied to clipboard
Flutter plugin for the Adaptive SDK Messaging module. Registers FCM tokens, detects Adaptive push-notification payloads, and displays in-app notifications for the Adaptive e-learning platform.
1.0.33 #
- Bump iOS native dependency to
AdaptiveMessaging 1.0.33. Updated podspec dependency constraint to~> 1.0.
1.0.24 #
- Maintenance release and dependency updates.
1.0.23 #
- Bumped iOS
AdaptiveMessagingCocoaPod dependency pin to~> 1.0.23. - Bumped Android native dependency pin to
adaptive-messaging:1.0.23.
1.0.22 #
- Bumped iOS
AdaptiveMessagingCocoaPod dependency pin to~> 1.0.22. - Bumped Android native dependency pin to
adaptive-messaging:1.0.22.
1.0.21 #
- Bumped iOS
AdaptiveMessagingCocoaPod dependency pin to~> 1.0.21. - Bumped Android native dependency pin to
adaptive-messaging:1.0.21.
1.0.20 #
- Bumped iOS
AdaptiveMessagingCocoaPod dependency pin to~> 1.0.20. - Bumped Android native dependency pin to
adaptive-messaging:1.0.20.
1.0.19 #
- Bumped iOS
AdaptiveMessagingCocoaPod dependency pin to~> 1.0.19. - Bumped Android native dependency pin to
adaptive-messaging:1.0.19.
1.0.12 #
AdaptiveMessaging.showAdaptiveNotification– notification title and description are now extracted from a nestednotificationobject inside the FCM data payload (data → notification → title / description) when present, falling back to the flatdata.title/data.descriptionfields. Both payload shapes are supported with no changes required by the consumer.- Android –
InternalHttpClientnow logs a structured→ REQUEST/← RESPONSEblock for every HTTP call. Gated by debug mode. - Android – removed
mavenLocal()from plugin build configuration. - Bumped Android native dependency pin to
adaptive-messaging:1.0.11. - Bumped iOS
AdaptiveMessagingCocoaPod dependency pin to~> 1.0.12.
1.0.8 #
- Moved iOS podspec to
ios/directory (standard Flutter plugin layout). - Fixed podspec
source_filespath andlicensereference. - Split
InitializeandLogininto separate buttons in the example app. - Fixed
MethodChanneldeclaration to useconstconstructor. - Sorted
dev_dependenciesalphabetically inpubspec.yaml.
1.0.7 #
- Minor improvements to Android build configuration.
1.0.6 #
- Added iOS platform support (iOS 15.0+).
- Fixed README package name references to use correct pub.dev package names.
1.0.0 #
- Initial release.
AdaptiveMessaging.setFCMToken— register a device FCM token with the Adaptive backend.AdaptiveMessaging.isAdaptiveNotification— detect Adaptive push notification payloads.AdaptiveMessaging.showAdaptiveNotification— display Adaptive system notifications via theadaptive_channelnotification channel.