flutter-plugin

flutter_facebook_login CocoaPods dependency error

非 Y 不嫁゛ 提交于 2021-02-07 12:24:24
问题 I am try add facebook login to Flutter app. I am use flutter_facebook_login . But when I try build for iOS give error: Resolving dependencies of `Podfile` [!] CocoaPods could not find compatible versions for pod "FBSDKLoginKit": In Podfile: flutter_facebook_login (from `.symlinks/plugins/flutter_facebook_login/ios`) was resolved to 0.0.1, which depends on FBSDKLoginKit (= 4.39.1) None of your spec sources contain a spec satisfying the dependency: `FBSDKLoginKit (= 4.39.1)`. You have either: *

Flutter Plugin: How to set a programatic Receiver with IntentFilter

我只是一个虾纸丫 提交于 2021-01-29 07:24:47
问题 Problem I have been working on a Flutter Plugin for the Radar SDK, however, I am unable to programmatically set my BroadcastReceiver. This works, but I cannot access my EventChannel When I set my Receiver in the android Manifest of the plugin, the receiver is called properly. The manifest can be seen below: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.yourorg.appname"> <application android:name="io.flutter.app.FlutterApplication"> <receiver android:name="

How do you use receiver (BroadcastReceiver) in a flutter plugin?

爷,独闯天下 提交于 2021-01-01 06:55:46
问题 Problem I am building an application that requires some of the functionality of the Radar.io SDK, and so I decided to create plugin so after this project is over I can share the plugin with the rest of the Flutter Community. The problem is, I am not able to receive events in this plugin. This is important for the plugin since in order to receive events such as geolocation triggers and other background events this receiver needs to be receiving realtime information. I have successfully

Android Studio 3.5.2 - Marketplace plugins are not loading

耗尽温柔 提交于 2020-12-06 15:56:19
问题 image image image Android Studio is allowed by Windows Firewall. Tried to : Turn Windows Firewall off Try with a different ISP Try installing the Flutter plugin locally None of these work. Please help me. What am I missing ? 回答1: after a 10hr search here are the steps to the solution: Locate and open the idea.properties file in your Android/bin folder Add idea.plugins.host=https://plugins.jetbrains.com to the file. Save and close file Relaunch Android Studio Hope it helps! 来源: https:/

Android Studio 3.5.2 - Marketplace plugins are not loading

二次信任 提交于 2020-12-06 15:55:38
问题 image image image Android Studio is allowed by Windows Firewall. Tried to : Turn Windows Firewall off Try with a different ISP Try installing the Flutter plugin locally None of these work. Please help me. What am I missing ? 回答1: after a 10hr search here are the steps to the solution: Locate and open the idea.properties file in your Android/bin folder Add idea.plugins.host=https://plugins.jetbrains.com to the file. Save and close file Relaunch Android Studio Hope it helps! 来源: https:/

Android Studio 3.5.2 - Marketplace plugins are not loading

空扰寡人 提交于 2020-12-06 15:55:06
问题 image image image Android Studio is allowed by Windows Firewall. Tried to : Turn Windows Firewall off Try with a different ISP Try installing the Flutter plugin locally None of these work. Please help me. What am I missing ? 回答1: after a 10hr search here are the steps to the solution: Locate and open the idea.properties file in your Android/bin folder Add idea.plugins.host=https://plugins.jetbrains.com to the file. Save and close file Relaunch Android Studio Hope it helps! 来源: https:/