facebook_app_events 0.24.0
facebook_app_events: ^0.24.0 copied to clipboard
Flutter plugin for Facebook App Events, an app measurement solution that provides insight on app usage and user engagement in Facebook Analytics.
0.24.0 #
- Add
activateApp()to manually log app activation when automatic app event logging is disabled (PR #466)
0.22.0 #
0.21.1 #
0.20.1 #
Updating example app
0.20.0 #
0.19.7 #
- Update iOS
FBSDKCoreKitto18.0
0.19.6 #
- Removed "import io.flutter.plugin.common.PluginRegistry.Registrar"
0.19.5 #
- Bump up android gradle version to
8.11.1 - Update gradle syntax to use declarative style
- Update Facebook app events unit tests from using deprecated setMockMethodCallHandler method
- Enhance widget tests to verify example app rendering and button text content
0.19.4 #
- Updating
FBAudienceNetworkto version6.16 - Updating iOS properties
0.19.3 #
- Bump up
FBSDKCoreKitandroid gradle version to17.0to18.0 - Update ios example minimum deployment target to
12.0 - Update target compile sdk in android gradle example to
34
0.19.2 #
- Updating
FBSDKCoreKitto17.0that include Privacy Manifest - Updating
FBAudienceNetworkto6.15 - Update iOS deployment target to
12.0
0.19.1 #
0.18.3 #
0.18.2 #
- Changing iOS version dependency to follow all
15.xversions.
0.18.1 #
- Fixing version syntax in gradle.
0.18.0 #
- Updating Facebook SDK dependency to follow all
15.xversions.
0.17.1 #
- Implementing Aggregated Event Measurement for Facebook App Events in PR #236
0.17.0 #
- Updating Facebook SDK dependency to follow all
14.xversions. - Updating documentation to add client token in project README
0.16.0 #
See PR 224
- Updating Facebook SDK dependency to follow all
13.xversions. - Updating deprecated ios methods and propeties according https://github.com/facebook/facebook-ios-sdk/blob/main/CHANGELOG.md
0.15.0 #
- Adding back
setUserData()which was removed by mistake. It's not completely deprecated. - Bumping iOS FBSDK version to
12.3
0.14.8 #
- Making parameters to
logPurchase()mandatory (issue #182) - Updating gradle config for
jcenterdeprecation.
0.14.7 #
0.14.4 #
Fixing issue 161 - Adding configuration option for
isAdvertiserIDCollectionEnabled in the setAdvertiserTracking() method.
0.14.1 #
See PR 149
- Updating Facebook SDK dependency to follow all
12.xversions. - Adding debug/dev cert for android to build and test example app
- Removing deprecated methods
setUserDataupdateUserPropertieslogActivatedApplogDeactivatedApp
0.13.5 #
- Updating Facebook SDK core kit dependency to follow all
11.xversions. - Removing references to Facebook Analytics in README (https://www.facebook.com/business/help/966883707418907)
0.13.4 #
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.1 #
- Fixing issue #123
- Emptying the handling method for iOS
updateUserPropertiesas it is removed from iOS SDK but only deprecated in Android. - Removing
nilparameter from iOSinitializeSDKmethod - Updating the missing
AppEvents.UserDataTypedeclarations
- Emptying the handling method for iOS
0.13.0 #
0.12.0 #
Breaking changes: Starting from this release, the plugin require Flutter 2.0 with support for null safety
0.11.1 #
- Adding
logAddToCartevent log - Adding
logAddToWishlistevent log
0.11.0 #
0.8.1 #
- Fixing missing Android imports
0.8.0 #
- Updating Facebook SDK version to 8.1.0
- Adding
logInitiatedCheckoutevent per request in issue #55 - Adding anonymous id getter
getAnonymousId()- Android SDK:
getAnonymousAppDeviceGUID - iOS SDK:
anonymousID
- Android SDK:
0.7.2 #
Updating Android and iOS integration native code
0.7.1 #
Refining documentation and code formatting.
0.7.0 #
0.5.0 #
0.4.0 #
- Breaking name change of
logActivateApptologActivatedApp - 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
logPushNotificationOpenflushgetApplicationId
0.1.0 #
- First initial release supporting some basic functionality
clearUserDataclearUserIDlogEventsetUserDatasetUserIDupdateUserProperties