flutter_account_kit
flutter_account_kit copied to clipboard
A Flutter plugin that wraps the Facebook Account Kit SDK
Using the new app-bundle format ( flutter command: flutter build appbundle ), after building the app as an app bundle and downloading from the store, attempting to use the plugin...
Hi, could we have an option to disable the SMS button in the Account Kit UI? **FlutterAccountKitPlugin.java:** ```java if (this.options.containsKey("enableSMS")) { boolean enableSMS = (Boolean) this.options.get("enableSMS"); configurationBuilder.setEnableSms(enableSMS); } ``` **config.dart:**...
I am getting an error when I ran flutter run --release. The error message contains the following information: `E/flutter (22170): [ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(39)] java.lang.NoSuchFieldError: No static field ACCOUNT_KIT_ACTIVITY_CONFIGURATION of type Ljava/lang/String; in...
Hi. Isn't this connected to facebook's accountKit that is being deprecated in March next year?
this is very important package. please update it
Hi I am getting an error for this. just upload App in App Store and you will receive an email. like this ITMS-90809: Deprecated API Usage - Apple will stop...
Would be really great if this package let us send a whatsapp message to verificate the users number.
Hi, I deleted my account kit account (deleted from facebook servers) and by calling `logOut()` and then tried to log in again with the same number. It works well until...
Hi, after successful log in by SMS my logs are spammed with the following message: `com.facebook.accountkit.internal.AppEventsLogger( 7772): App Event Dropped` What can I do about it? It looks like that...