Giter VIP home page Giter VIP logo

flutter_facebook_app_links's People

Contributors

ahmeddhus avatar charleyzhu avatar devmasteripatas avatar dhamanutd avatar jhaooooo avatar mapk26 avatar marconicotraremedia avatar mrinaljain avatar msonowal avatar olehmysak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

flutter_facebook_app_links's Issues

FBSDKCoreKit 14.1.0- -> 15.1 Please request an update

FBSDKCoreKit 14.1.0- -> 15.1 Please request an update
I want to use it with facebook_app_events, but the version doesn't match

facebook_app_events (from .symlinks/plugins/facebook_app_events/ios) was resolved to 0.0.1, which depends on
FBSDKCoreKit (~> 15.1)

flutter_facebook_app_links (from `.symlinks/plugins/flutter_facebook_app_links/ios`) was resolved to 3.0.0, which depends on
  FBSDKCoreKit (~> 14.1.0)

getting 'Could not resolve com.facebook.android:facebook-applinks:[5,6)' error on build apk call

issue:

getting Could not resolve com.facebook.android:facebook-applinks:[5,6) error on executing flutter build apk

My app is not shifted to null-safety. So using below versions:

flutter_facebook_app_links: ^1.1.1+4
sdk: ">=2.7.0 <3.0.0"

minimum setup to reporduce the issue:

have above library and sdk versions in minimal flutter app setup

full error msg: ``` * What went wrong: Could not determine the dependencies of task ‘:app:processReleaseResources’. > Could not resolve all task dependencies for configuration ‘:app:releaseRuntimeClasspath’. > Could not resolve com.facebook.android:facebook-android-sdk:[5,6). Required by: project :app > project :flutter_facebook_sdk > Failed to list versions for com.facebook.android:facebook-android-sdk. > Unable to load Maven meta-data from https://google.bintray.com/exoplayer/com/facebook/android/facebook-android-sdk/maven-metadata.xml. > Could not get resource ‘https://google.bintray.com/exoplayer/com/facebook/android/facebook-android-sdk/maven-metadata.xml’. > Could not GET ‘https://google.bintray.com/exoplayer/com/facebook/android/facebook-android-sdk/maven-metadata.xml’. Received status code 502 from server: Bad Gateway * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org ```

related issue reference:

https://www.youtube.com/watch?v=t1KVT8_xErk&ab_channel=DipakPrasad
https://testfairy.com/blog/jcenter-and-bintray-is-shutting-down-what-to-do/
flutter/flutter#94400

I'm kind of new to such error, can someone please help might can be done.
Thanks a lot

null safety compability

Hi Mapk26 !

Do you have news about null safety compability of your plugin ?
We had to update our project and your plugin is our last missing to build completely.

Thank you for your work and your help !

No license

Hi, could you please clarify the license of this code? Can it be used in commercial products?

IOS deepLinkUrl is Empty!!

flutter: Deferred FB Link: null
flutter: Deferred FB Link:

The Facebook configuration should be correct, but it is not possible to obtain delayed pushed links. The same code works on Android!

Update FBSDKCoreKit version

Hi,

I have conflict with another plugin which uses FBSDKCoreKit (~> 12.1.0), could you please update your plugin in order to use the same FBSDKCoreKit version ?

Thank you in advance !

On Android-Kotlin project the plugin crashes: error: cannot find symbol - Log.d

I'm receiving the following error during build in Flutter Android App for flutter_facebook_app_links: ^1.0.2:

/source/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_app_links-1.0.2/android/src/main/java/it/remedia/flutter_facebook_app_links/FlutterFacebookAppLinksPlugin.java:97: error: cannot find symbol
            Log.d("FB_APP_LINKS", "Deferred Deeplink Received: null link");
            ^
  symbol: variable Log
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':flutter_facebook_app_links:compileDebugJavaWithJavac'.

Could be related to Kotlin specific projects. Flutter doctor:

[✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.15.2 19C57, locale en-IN)
 
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[✓] Android Studio (version 3.3)
[✓] VS Code (version 1.41.1)
[✓] Connected device (1 available)

Future never gets completed if no deferred deep link [Android]

Great plugin!

I'm facing an issue that if the app has no deferred deep links or if the initFBLinks has already been called one, the Future initFBLinks doesn't complete. It would be great if the plugin can throw an error/return null/blank values in those cases.

I believe it could be related to the empty else clause:

Issues with FBSDK v5

This plugin uses FBSDK v5 and Apple is deprecating UIWebView (which v5 uses). So if we want our apps in AppStore - we need to move to a newer version - v7.

In my case, I use flutter_login_facebook 0.2.1 and facebook_app_events 0.7.0 (which uses v7). When I add both of the plugins I get version compatibility errors:

[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit":
      In Podfile:
        facebook_app_events (from `.symlinks/plugins/facebook_app_events/ios`) was resolved to 0.0.1, which depends on
          FBSDKCoreKit (~> 7.1.0)

        flutter_facebook_app_links (from `.symlinks/plugins/flutter_facebook_app_links/ios`) was resolved to 0.0.1, which depends on
          FBSDKCoreKit (~> 5.0)

Android embedding deprecated version using

Hi !

When I try to use flutter pub get command on Flutter 2.5.0 with your plugin version ^2.0.0+2 , I have the following message:

The plugin `flutter_facebook_app_links` uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter
will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Could you please migrate your pugin to the V2 embedding as recommanded ?

Thank you in advance for your help and your work.

How i get deep with you plugin?

i now use other plugin. but this plugin crush release apk with issue E/AndroidRuntime: FATAL EXCEPTION: AsyncTask. How i get deep with you plugin?

error: type 'Settings' has no member 'isAutoInitEnabled'

i have problem when build app for iOS
return this

SwiftFlutterFacebookAppLinksPlugin.swift:15:14: error: type 'Settings' has no member 'isAutoInitEnabled'
Settings.isAutoInitEnabled = true

i've set deployment target to 10.0
how to resolve this error?
thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.