flutter_facebook_app_links 3.1.0 copy "flutter_facebook_app_links: ^3.1.0" to clipboard
flutter_facebook_app_links: ^3.1.0 copied to clipboard

A Flutter plugin to catch deferred deep links from Facebbok ads with FB App Links SDK.

## 3.1.0

  • Android: MinSDK 21, CompileSDK 35
  • Android Facebook SDK 18.1.3
  • Update example folder

## 3.0.8

  • FBSDKCoreKit 17.4- -> 18.0

## 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().

3.0.1+8 #

  • FBSDKCoreKit 15.1- -> 16.3
  • Android Facebook SDK -> 16.3

3.0.1+7 #

  • FBSDKCoreKit 15.1- -> 16.0

3.0.1+6 #

  • FBSDKCoreKit 14.1.0- -> 15.1

3.0.0+5 #

  • README updated

3.0.0+4 #

  • 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().

2.0.0+2 #

  • Null safety

1.1.1+4 #

  • Updated FBSDK v7 to v9

1.1.1+3 #

  • Updated FBSDK v5 to v7
  • Added MIT License

1.1.0+1 #

  • Fixed an error caused from iterating on a null data.

1.1.0 #

  • 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 containing deeplink and promotionalCode. The promotionalCode can be null.
  • README: adding important notes on how to manage user privacy using this plugin.

1.0.2+1 #

  • Removed Log from Java code.

1.0.2 #

  • Fixed a bug on Android where the Future does not complete when no deferred deep link is retrieved. Not it returns null.

1.0.1+1 #

  • Removed the deprecated author: field from pubspec.yaml

1.0.1 #

  • Added example code.

1.0.0 #

  • Initial release.
41
likes
140
points
2k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to catch deferred deep links from Facebbok ads with FB App Links SDK.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_facebook_app_links

Packages that implement flutter_facebook_app_links