Skip to content

0.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Dec 05:24
· 1 commit to main since this release
bd8582f

Added

  • Push Notifications
    • Clix.Notification API with callback handlers
    • onMessage(), onBackgroundMessage(), onNotificationOpened(), onFcmTokenError() handlers
    • Token management: getToken(), deleteToken()
    • Permission management: requestPermission(), getPermissionStatus(), setPermissionGranted()
    • configure() with autoRequestPermission, autoHandleLandingURL options

Changed

  • Storage

    • Migrated from SharedPreferences to MMKV for improved performance
    • Automatic iOS app group configuration (group.clix.{bundleId})
  • Platform Requirements

    • Flutter minimum version: 3.33.0
    • Android minimum SDK: API 23 (Android 6.0)