journify_flutter 1.0.6 copy "journify_flutter: ^1.0.6" to clipboard
journify_flutter: ^1.0.6 copied to clipboard

A Flutter plugin for Journify.

1.0.6 #

  • Fix Android build failure by making the applicationInfo call null-safe in AnalyticsPlugin (compatibility with newer Android SDKs that annotate ApplicationInfo as nullable)
  • Fix analyzer warning by removing an unnecessary this. qualifier in PersistedState

1.0.5 #

  • Add support for setting a custom device id
  • Add destination enable/disable filtering mechanism
  • Update dependencies (pigeon, flutter_fgbg)

1.0.4 #

  • Update dependencies

1.0.3 #

  • Update ContextLibrary name property

1.0.2 #

  • Update web dependency to minimum version 0.5.1 to fix compatibility issue with Flutter

1.0.1 #

  • Update intl dependency to minimum version 0.19.0 to fix compatibility issue with Flutter

1.0.0 #

  • iOS, Android, Web, and MacOS support
  • Firebase, Adjust, and Appsflyer destination plugins
  • adverising_id and IDFA enrichment plugins
  • All event types supported (track, identify, screen, alias, group)
  • Automatic Screen events
  • Application life-cycle capture
  • Customisable Flushing policies
  • Customisable logging and error reporting
  • Customisable HTTP (CDN) client
  • Unit tested (although not all parts)
  • Strongly typed, including User Traits and Context objects and plugin settings
  • Fully asynchronous and concurrency safe state and persistence management
  • Example app showing off usage of the SDK