## 3.0.3
- FBSDKCoreKit 16.0- -> 17.4
- Added methos activateSDK()
## 3.0.2
- initFBLinks() now returns, for Android, an empty String when the deferred link is not available. Before this update, the method could return a null value in case of errors. For iOS use method getDeepLink().
- FBSDKCoreKit 15.1- -> 16.3
- Android Facebook SDK -> 16.3
- FBSDKCoreKit 15.1- -> 16.0
- FBSDKCoreKit 14.1.0- -> 15.1
- README updated
- FBSDKCoreKit 14.1.0
- Code refactoring
- BREAKING CHANGE: in Android the method initFBLinks() will return a String with the url of the deferred deep link (empty otherwise). For iOS it is necessary to call getDeepLink() after initFBLinks().
- Null safety
- Updated FBSDK v7 to v9
- Updated FBSDK v5 to v7
- Added MIT License
- Fixed an error caused from iterating on a null data.
- BREAKING CHANGE: it's not necessary anymore to split the code for Android and iOS. In either cases it will return
null
when any deferred deep link is available, or a map containingdeeplink
andpromotionalCode
. ThepromotionalCode
can benull
. - README: adding important notes on how to manage user privacy using this plugin.
- Removed Log from Java code.
- Fixed a bug on Android where the Future does not complete when no deferred deep link is retrieved. Not it returns
null
.
- Removed the deprecated
author:
field from pubspec.yaml
- Added example code.
- Initial release.