Open vedantatech opened 8 months ago
@vedantatech we had tried to looked into this logs , we aren't supporting with Flutter web in Phyllo Connect SDK, as i have seen Flutter Flow is considering as Web platform when you will directly run in web simulator . due to web simulator its giving MissingPluginException exceptions . you can try to download APK and try it , definitely it will work for you .
@vedantatech we had tried to looked into this logs , we aren't supporting with Flutter web in Phyllo Connect SDK, as i have seen Flutter Flow is considering as Web platform when you will directly run in web simulator . due to web simulator its giving MissingPluginException exceptions . you can try to download APK and try it , definitely it will work for you .
I think he may be trying to build it for a webapp, in that case @vedantatech use the phyllo web SDK by adding the script tag to your flutterflow webapp settings. As for mobile, its working perfectly fine. Also regarding your code, I see that there are a few mistakes.
Body:
Environment
phyllo_connect
version: 0.3.5Description
I'm trying to integrate the
phyllo_connect
plugin into a FlutterFlow project, but I'm encountering aMissingPluginException
. I have followed the steps to add the plugin as per the example provided on pub.dev but have been unable to resolve this issue due to the limitations within FlutterFlow's environment.Steps to Reproduce
phyllo_connect
to the pubspec dependencies via FlutterFlow's UI.MissingPluginException
.Expected Behavior
The plugin should be recognized, and no
MissingPluginException
should occur after adding it through the FlutterFlow UI.Actual Behavior
The plugin is causing a
MissingPluginException
, indicating that it is not properly linked or recognized by the FlutterFlow environment.Additional Information
Here is the example code I'm trying to use in FlutterFlow, adapted from the plugin's example on pub.dev:
Given the constraints within FlutterFlow (e.g., inability to run
flutter clean
,flutter pub get
, or restart the IDE), I am limited in what troubleshooting steps I can take. Any guidance or assistance on resolving this issue would be greatly appreciated.@erpankajpatel @mohitkmr07 @chiragphyllo
Could you please look into this? If there are any additional steps needed to ensure compatibility with FlutterFlow, that information would be very helpful.
Thank you for your time and assistance.