actito_flutter 5.2.0 copy "actito_flutter: ^5.2.0" to clipboard
actito_flutter: ^5.2.0 copied to clipboard

PlatformAndroidiOS
unlisted

Internal Actito plugin. Use the `actito` plugin instead.

CHANGELOG #

5.2.0 #

  • Add new Pass notification type (re.notifica.notification.Pass)
  • Add integration with Qualifio SDK
  • Add framework detection

Native changes

iOS
  • Fix preferred language update when only region or language value is changed
Android
  • Fix notification UI crash when the required data is unavailable
  • Fix trampoline intent flow when the open events fail

5.1.0 #

Native changes

Android
  • Add a hook to customise the notification generated for the lock screen.

5.0.0 #

Prior to upgrading to v5.x, consult the Migration Guide, which outlines all necessary changes and procedures to ensure a smooth migration.

Important changes since v4.x:

  • Add Swift Package Manager support
  • Added name and size restrictions to tag names, event names and event payloads
  • Crash reporting is deprecated and disabled by default. We recommend using another solution to collect crash analytics

Native changes

  • Add required referrer for embedded YouTube videos
  • Improved network request retry mechanism
iOS
  • Add option to enable reader mode in in-app browser
  • Align with Swift 6 and its Strict Concurrency requirements
  • Improved UI for iOS 26
  • Changed the default presentationOptions to [.banner, .badge, .sound]
  • Offload PKPass loading to the background
  • Fix APNS token registration race condition
Android
  • Updated to Kotlin 2.0
  • Fix conflicting flags in geo pending intents

5.0.0-beta.2 #

  • Add Swift Package Manager support
  • Added name and size restrictions to tag names, event names and event payloads
  • Crash reporting is deprecated and disabled by default. We recommend using another solution to collect crash analytics

Native changes

  • Add required referrer for embedded YouTube videos
  • Improved network request retry mechanism
iOS
  • Add option to enable reader mode in in-app browser
  • Align with Swift 6 and its Strict Concurrency requirements
  • Improved UI for iOS 26
  • Changed the default presentationOptions to [.banner, .badge, .sound]
  • Offload PKPass loading to the background
  • Fix APNS token registration race condition
Android
  • Updated to Kotlin 2.0
  • Fix conflicting flags in geo pending intents

Prior to upgrading to v5.x, consult the Migration Guide, which outlines all necessary changes and procedures to ensure a smooth migration.