digia_engage 1.1.1 copy "digia_engage: ^1.1.1" to clipboard
digia_engage: ^1.1.1 copied to clipboard

Flutter SDK for rendering server-driven UIs using JSON from Digia Studio. Supports dynamic layouts, state, actions, and custom widgets.

Changelog #

1.1.1 - 2026-04-02 #

Changed #

  • Fixed FontAwesomeFlutter issues

1.1.0 - 2026-03-27 #

Changed #

  • Improved payload handling: inline campaigns now use type: inline + placementKey instead of command: SHOW_INLINE + placementId
  • Payloads missing both type and command are now dropped with a warning instead of silently ignored
  • DigiaSlot lookup updated to use placementKey
  • DigiaSlot and DigiaHost now handle render errors gracefully: collapse to SizedBox.shrink() in production, show an inline error box with console log in debug mode

1.0.0 - 2026-03-18 #

Added #

  • Initial stable release of the Digia Engage SDK

1.0.0-beta.2 - 2026-03-11 #

Added #

  • Inline support for DigiaSlot

1.0.0-beta.1 - 2026-03-11 #

Added #

  • Initial beta release
  • UI framework for custom UI from engagement platform
  • Public API exports for easy integration