activity_flow 0.0.14 copy "activity_flow: ^0.0.14" to clipboard
activity_flow: ^0.0.14 copied to clipboard

VTEX Activity Flow Flutter SDK

0.0.14 - 2025-11-10 #

Added #

  • Add .pubignore file

0.0.13 - 2025-11-07 #

Added #

  • Add native module to handle deeplinks and send them through the pageView event.
  • Add mobile-core to contain shared native code

0.0.12 - 2025-08-01 #

Refactored #

  • Removes the addNavBarPageView extension that previously tracked screen views on tabs.
  • Adds a trackPageView method to enable manual screen view capturing.

0.0.11 - 2025-06-30 #

Added #

  • Extends addNavBarPageView functionality to track screen views from TabBar widgets.

0.0.10 - 2025-05-23 #

Added #

  • Add a new extension method addNavBarPageView to track screen views for navigation bar widgets.

0.0.9 - 2025-05-21 #

Refactored #

  • Add an initial function to accept global configurations and initialize the package.
  • Refactor the code so that only the account name is a required parameter in the initial function.

0.0.8 - 2025-05-08 #

Fixed #

  • Fix sendEvent for not send ads events and events in the accountName 'vtex_store'

0.0.7 - 2025-05-08 #

Added #

  • Add ad events (impression, view, and click)

0.0.6 - 2025-02-11 #

Fixed #

  • Fix page view event handling to support null route names.
  • Fix events to handle with invalid account names
  • Fix cookie management to handle with unexpected errors.
  • Fix request to handle with errors.

0.0.5 - 2025-01-28 #

Fixed #

  • Fix page view event to save and send macID.

0.0.4 - 2024-10-31 #

Added #

  • Add Touch event.

0.0.3 - 2024-10-09 #

Fixed #

  • Fix default export to all events in the main file.

0.0.2 - 2024-10-01 #

Added #

  • Add automated publishing to pub.dev

0.0.1 - 2024-09-27 #

Added #

  • Add base package of Activity Flow with PageView event.