altcraft_sdk 0.0.1
altcraft_sdk: ^0.0.1 copied to clipboard
Flutter SDK for Altcraft push notification platform. Supports Android and iOS with native SDK integration.
0.0.1 #
- Initial release
- Full SDK bridge for Android (1.0.5) and iOS (1.0.3)
- 26 SDK methods: initialize, pushSubscribe, pushSuspend, pushUnSubscribe, unSuspendPushSubscription, getStatusOfLatestSubscription, getStatusOfLatestSubscriptionForProvider, getStatusForCurrentSubscription, getPushToken, setPushToken, clear, mobileEvent, subscribeToEvents, unsubscribeFromEvent, takePush, requestNotificationPermission, deliveryEvent, openEvent, setUserDefaultsValue, updateProfileFields, forcedTokenUpdate, deleteDeviceToken, changePushProviderPriorityList, isAltcraftPush, unlockInitialOperationsInThisSession, setAppGroup
- Event stream via EventChannel
- ActionFieldBuilder utility
- Platform interface for testability