appwin_support 0.1.1
appwin_support: ^0.1.1 copied to clipboard
Flutter plugin wrapping the native Appwin Support SDK (ADR-0019).
0.1.1 #
- Package page rewritten for pub.dev: what Appwin is, what this package does, installation, a minimal start, and links to the guide for the rest.
- Real licence file instead of the Flutter template placeholder.
0.1.0 #
- First published release.
0.0.2 #
- Android: messenger, identity, push token and in-app messages now go through the native Kotlin SDKs.
registerPushTokenderives the platform from the device instead of defaulting toios.- iOS: the push token, in-app messages and delivery tracking go through
AppwinSupportandAppwinNotificationsinstead of being re-issued as HTTP calls in the glue. Same endpoints as before, one fewer copy to drift. - iOS: those calls no longer replay
bootstrapSessionevery time. The bootstrap rotates the session token on the server, so repeating it before every push token registration invalidated the session in progress. - Depends on
appwin_coreand re-exports it:AppwinCore.instance.configurecomes with this package, one App ID for every product.
0.0.1 #
- Initial version.