facebook_app_events 0.13.3 copy "facebook_app_events: ^0.13.3" to clipboard
facebook_app_events: ^0.13.3 copied to clipboard

outdated

Flutter plugin for Facebook App Events, an app measurement solution that provides insight on app usage and user engagement in Facebook Analytics.

0.13.3 #

N.B. Workaround release!! Removing function body for iOS handling of deprecated method setUserData. See issues #127 and #129. We were unable to reproduce or successfully troubleshoot the reported problems within the team and decided that it would be better to get around the compilation error with the sacrifice of the setUserData in the possibly short time before it is removed from the SDK anyway.

0.13.2 #

  • Addressing issue #125 - iOS compilation error. See PR #126

0.13.1 #

  • Fixing issue #123
    • Emptying the handling method for iOS updateUserProperties as it is removed from iOS SDK but only deprecated in Android.
    • Removing nil parameter from iOS initializeSDK method
    • Updating the missing AppEvents.UserDataType declarations

0.13.0 #

  • Bumping Facebook SDK core kit to 11.1
  • Adding deprecation notes for
    • setUserData
    • updateUserProperties
    • logActivatedApp
    • logDeactivatedApp
  • Adding log events
    • logAdClick
    • logAdImpression
    • logStartTrial (see discussion #119)
    • logSubscribe (see discussion #119)

0.12.0 #

Breaking changes: Starting from this release, the plugin require Flutter 2.0 with support for null safety

  • Updating to Flutter 2.0 and null safety in PR #90
  • Updating Facebook SDK to v9.1.0 in PR #102

0.11.2 #

  • Auto initializing Facebook SDK on iOS (fixed in PR #99) and reported in issues #86 and #89

0.11.1 #

  • Adding logAddToCart event log
  • Adding logAddToWishlist event log

0.11.0 #

  • Fixing logViewContent as described in issue #73
  • Bumping Facebook SDK core kit to 9.0.0 in PR #85

0.10.0 #

  • Adding support for setAdvertiserTrackingEnabled solved in PR #82

0.9.0 #

  • Updating iOS deployment target to 9.0 as described in issue #74

0.8.2 #

  • Upgrading FBSDKCoreKit to 8.2.0 as described in issue #56 and closed in PR #65

0.8.1 #

  • Fixing missing Android imports

0.8.0 #

0.7.2 #

Updating Android and iOS integration native code

0.7.1 #

Refining documentation and code formatting.

0.7.0 #

  • Merging PR #44 - Adding setDataProcessingOptions for CCPA compliance
  • Merging PR #49 - Fixing return type and docs for getApplicationId
  • Merging PR #50 - Implementing logPurchase and closing #16

0.6.0 #

  • Merging PR #29 - Add setAutoLogAppEventsEnabled for GDPR compliance.

0.5.2 #

  • Fixing issue #18 - updateUserProperties Future is not being resolved.

0.5.1 #

  • Updating documentation from issue #15

0.5.0 #

  • Fixing issues ( #2, #4 and #8: breaking configuration change for Android. See the README with information on what to add in AndroidManifest.xml

0.4.0 #

  • Breaking name change of logActivateApp to logActivatedApp
  • Adding shorthand log methods
    • logDeactivatedApp
    • logCompletedRegistration
    • logRated
    • logViewContent

0.3.0 #

  • Add sample of shorthand log methods for app events.
    • logActivateApp

0.2.1 #

  • Bug fixing.

0.2.0 #

  • Adding app events
    • logPushNotificationOpen
    • flush
    • getApplicationId

0.1.0 #

  • First initial release supporting some basic functionality
    • clearUserData
    • clearUserID
    • logEvent
    • setUserData
    • setUserID
    • updateUserProperties
322
likes
0
points
76.4k
downloads

Publisher

verified publisheroddbit.id

Weekly Downloads

Flutter plugin for Facebook App Events, an app measurement solution that provides insight on app usage and user engagement in Facebook Analytics.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on facebook_app_events

Packages that implement facebook_app_events